SolverContext.PropagateDecisions Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Writes decision values from the current solution back to the database.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Sub PropagateDecisions
public void PropagateDecisions()
public:
void PropagateDecisions()
member PropagateDecisions : unit -> unit 
public function PropagateDecisions()

Exceptions

Exception Condition
InvalidModelDataException

A decision data binding contained an out-of-range index.

.NET Framework Security

See Also

Reference

SolverContext Class

Microsoft.SolverFoundation.Services Namespace