ISolverSolverCaller Property |
It is recommended to instead use the SolverStatusUpdated
event to receive feedback from the solver as it is solving.
Gets or sets the SolverCaller for the solver. If the SolverCaller is
set the solver will call the SolverCaller.UpdateSolverStatus() method
when it has something new to report during solving.
Namespace:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
SyntaxISolverCaller SolverCaller { get; set; }
Property SolverCaller As ISolverCaller
Get
Set
property ISolverCaller^ SolverCaller {
ISolverCaller^ get ();
void set (ISolverCaller^ value);
}
abstract SolverCaller : ISolverCaller with get, set
Property Value
Type:
ISolverCaller
See Also