Questions tagged [minizinc]

MiniZinc is a modeling language for Constraint Programming that can be used with various solvers.

Utilizing minizinc npm in node.js - Exploring solution options without using the CLI interface

I have been utilizing the npm package found at https://www.npmjs.com/package/minizinc for my project. However, I noticed that the documentation doesn't provide clear instructions on how to input CLI strings/options in the model parameter to potentiall ...