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.
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.