Job InsertionIs Feasible Property
True if a feasible insertion was found, false otherwise.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public bool IsFeasible { get; }VB
Public ReadOnly Property IsFeasible As Boolean
GetC++
public:
property bool IsFeasible {
bool get ();
}F#
member IsFeasible : bool with get