evaluates the MiniZinc model
mzn_eval(
lib_path = "",
r_model = NULL,
mzn_path = "",
model_string = "",
solver = "org.gecode.gecode",
dzn_path = "",
all_solutions = TRUE,
time_limit = 300000L
)
the path of the library where the solver is present.
R6 Model object
path of the mzn file to be solved
model string to be solved.
the name of the solver to use.
path of the datafile to be used.
bool to specify if all solutions are specified.
stop after <time_limit> milliseconds