Solve Status Enumeration
Statuses of solutions after solving.
Definition
Namespace: SRS.ScheduleSolver.Solvers
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.8.0+49d94336cdbe1b2d9fc2b70d313f60c904ccf4db
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.8.0+49d94336cdbe1b2d9fc2b70d313f60c904ccf4db
C#
public enum SolveStatusVB
Public Enumeration SolveStatusC++
public enum class SolveStatusF#
type SolveStatusMembers
| Feasible | 0 | The solution has all hard constraints satisfied. |
| Infeasible | 1 | The solution has one or more hard constraints not satisfied. |