You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Driver.check_version now raises an ConfigurationError exception
when an incompatible function is detected; otherwise, the method not return a
value.
Output classes generated by CLIIinstance.analyse() no longer contain
the _output_itemstr attribute when MiniZinc does not find a output item.
(New in MiniZinc 2.3.3)
Improved parsing of non-standard (numerical) statistical information
provided by the solver.
Fixed
CLIInstance.solutions(): The separator detection is now OS independent.
The separator previously included a \n literal instead of \r\n on
Windows.
Solve an issue in CLIInstance.solution() where a solution with a size
bigger than the buffer size would result in a LimitOverrunError exception.
Correctly catch the asyncio.TimeoutError and kill the process when
reaching a hard timeout. (i.e., the solver and minizinc do not stop in
time)
Check if file exists before opening file when an error occurs. (File might
have been part of a compiled solver)
Ensure the objective attribute is only added to the generated solution
type once
Remove '\r' characters from input when parsing statistics (Windows Specific).