SolverStatusUpdatedArgsCurrentSolution Property |
The current solution in the search process.
Namespace:
SRS.ScheduleSolver.Solvers
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
Syntaxpublic Solution CurrentSolution { get; }
Public ReadOnly Property CurrentSolution As Solution
Get
public:
property Solution^ CurrentSolution {
Solution^ get ();
}
member CurrentSolution : Solution with get
Property Value
Type:
Solution
See Also