Skip to content

Usage of findMUS solver #13

Open
Open
@SantiagoQUINTANA

Description

@SantiagoQUINTANA

How can we implement ['/Applications/MiniZincIDE.app/Contents/Resources/minizinc', '--solver', 'org.minizinc.findmus@0.6.0', '--named-only', ...]?

I can use the argument when using '/Applications/MiniZincIDE.app/Contents/Resources/bin/findMUS' instead but I was wondering if there is a cleaner way of doing so when running with '--solver', 'org.minizinc.findmus@0.6.0'.

I also found that in driver.py the solver configuration ( arg = ["--allow-multiple-assignments"]) causes an error when creating an instance of findMUS solver. In addition I found an issue in instance.py in: 'self._driver.run(["--model-interface-only"]' .

Am I doing something wrong or it is python Minizinc not ready for findMUS solver?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions