Job PartSoft Window Close Property
If the soft window is used and the JobPart starts after this time
then the objective function value is increased i.e. a penalty is added to
the solution value.
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 DateTime SoftWindowClose { get; set; }VB
Public Property SoftWindowClose As DateTime
Get
SetC++
public:
property DateTime SoftWindowClose {
DateTime get ();
void set (DateTime value);
}F#
member SoftWindowClose : DateTime with get, set