This topic has not yet been rated - Rate this topic

SecondOrderConicModel.SetPrimaryConic 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 a primary variable for a cone.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
public virtual bool SetPrimaryConic(
	int vidRow,
	int vid
)

Parameters

vidRow
Type: System.Int32
The reference row for the cone.
vid
Type: System.Int32
A variable index.

Return Value

Type: System.Boolean
true if the primary value for the cone is set successfully; otherwise, false.

Implements

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