GeneralViolationSolutionValue Property |
The actual value that has been assigned in the solution.
Namespace:
SRS.ScheduleSolver.Core
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
Syntaxpublic string SolutionValue { get; }
Public ReadOnly Property SolutionValue As String
Get
public:
property String^ SolutionValue {
String^ get ();
}
member SolutionValue : string with get
Property Value
Type:
String
See Also