JobInsertionIsFeasible Property |
True if a feasible insertion was found, false otherwise.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic bool IsFeasible { get; }
Public ReadOnly Property IsFeasible As Boolean
Get
public:
property bool IsFeasible {
bool get ();
}
member IsFeasible : bool with get
Property Value
Type:
Boolean
See Also