at the moment I'm having a closer look on Minizinc. Minizinc is showing all valid solutions of my model in the output window when solving the model. I'm a bit confused because I did not ask minizinc to solve the model as a satisfaction problem. Is there a possibility that only optimal solutions are shown? Thanks for your answers.
best regards
What is your solve
statement? If it's solve satisfy
then you ask for all solutions. If it's solve minimize x
or solve maximize x
then the solver will show the progression of optimal solutions, with the optimal solution is shown last.