Skip to content

MiniZinc 2.2.3: Issues with command-line interface #271

Description

@informarte

I noticed some issues with the command line of minizinc 2.2.3:

  • The parameter to the -p option is not passed on to the backend as is but as the corresponding binary value, i.e. -p 2 is turned into -p ^B, for example.

  • There is no way to pass parameters to the backend.

  • When using Gecode as backend to solve an optimization problem, intermediate solutions are not printed, only the optimal solution.

All these problems do not occur in the MiniZinc IDE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions