SolveStatus Enumeration

Statuses of solutions after solving.

Definition

Namespace: SRS.ScheduleSolver.Solvers
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public enum SolveStatus

Members

Feasible0 The solution has all hard constraints satisfied.
Infeasible1 The solution has one or more hard constraints not satisfied.

See Also