This topic has not yet been rated - Rate this topic

RowVariableModel.SetIntegrality Method

Solver Foundation 3.0

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

Specifies whether a variable is an integer variable.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
public virtual void SetIntegrality(
	int vid,
	bool integer
)

Parameters

vid
Type: System.Int32
The variable index.
integer
Type: System.Boolean
true to specify that the variable is an integer variable; otherwise, false.

Implements

IRowVariableModel.SetIntegrality(Int32, Boolean)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.