pymzn.Status¶
-
class
pymzn.Status¶ Status of the solution stream.
Attributes
COMPLETEThe solution stream is complete (all solutions for satisfaction problems, optimal solution for optimization problems)
ERRORGeneric error in the execution of the solver
INCOMPLETEThe solution stream is incomplete
UNBOUNDEDThe problem admits infinite solutions (unbounded domain)
UNKNOWNThe solution stream is empty (no solution found in the time limit)
UNSATISFIABLEThe problem admits no solution
UNSATorUNBOUNDEDEither unsatisfiable or unbounded