JobPartSoftWindowClose 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.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic DateTime SoftWindowClose { get; set; }
Public Property SoftWindowClose As DateTime
Get
Set
public:
property DateTime SoftWindowClose {
DateTime get ();
void set (DateTime value);
}
member SoftWindowClose : DateTime with get, set
Property Value
Type:
DateTime
See Also