HybridLocalSearchSolver.AddVariable Method

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method AddVariable(Int32%, IEnumerable<Rational>) Adds a variable to the model, with a fixed set of possible values. (Inherited from HybridLocalSearchModel.)
Public method AddVariable(Object, Int32%, IEnumerable<Rational>) Adds a variable to the model, with a fixed set of possible values. (Inherited from HybridLocalSearchModel.)
Public method AddVariable(Int32%, Rational, Rational, Boolean) Adds a variable to the model, with bounds and integrality given at creation time. (Inherited from HybridLocalSearchModel.)
Public method AddVariable(Object, Int32%, Rational, Rational, Boolean) Adds a variable to the model, with bounds and integrality given at creation time. (Inherited from HybridLocalSearchModel.)

Top

See Also

Reference

HybridLocalSearchSolver Class

Microsoft.SolverFoundation.Solvers Namespace