ResourceMaxJobTimeSoftConstraintWeight Property |
The weight for the
MaxJobTimeSoftConstraint for this Resource.
The weight is per minute of total Job time under the minimum.
The default value is zero.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic double MaxJobTimeSoftConstraintWeight { get; set; }
Public Property MaxJobTimeSoftConstraintWeight As Double
Get
Set
public:
property double MaxJobTimeSoftConstraintWeight {
double get ();
void set (double value);
}
member MaxJobTimeSoftConstraintWeight : float with get, set
Property Value
Type:
Double
See Also