This topic has not yet been rated - Rate this topic

Model.AddDecisions Method (RecourseDecision[])

Solver Foundation 3.0

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

Adds a group of recourse decisions to a model (for stochastic programming).

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
public void AddDecisions(
	params RecourseDecision[] decisions
)

Parameters

decisions
Type: Microsoft.SolverFoundation.Services.RecourseDecision[]
The group of recourse decisions.
ExceptionCondition
ModelException

The decision was already added to a different model.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.