InteriorPointSolver.GetSolvedGoal Method

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

Returns information about a solved goal.

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

Syntax

'Declaration
Public Overridable Sub GetSolvedGoal ( _
    igoal As Integer, _
    <OutAttribute> ByRef key As Object, _
    <OutAttribute> ByRef vid As Integer, _
    <OutAttribute> ByRef fMinimize As Boolean, _
    <OutAttribute> ByRef fOptimal As Boolean _
)
public virtual void GetSolvedGoal(
    int igoal,
    out Object key,
    out int vid,
    out bool fMinimize,
    out bool fOptimal
)
public:
virtual void GetSolvedGoal(
    int igoal, 
    [OutAttribute] Object^% key, 
    [OutAttribute] int% vid, 
    [OutAttribute] bool% fMinimize, 
    [OutAttribute] bool% fOptimal
)
abstract GetSolvedGoal : 
        igoal:int * 
        key:Object byref * 
        vid:int byref * 
        fMinimize:bool byref * 
        fOptimal:bool byref -> unit 
override GetSolvedGoal : 
        igoal:int * 
        key:Object byref * 
        vid:int byref * 
        fMinimize:bool byref * 
        fOptimal:bool byref -> unit 
public function GetSolvedGoal(
    igoal : int, 
    key : Object, 
    vid : int, 
    fMinimize : boolean, 
    fOptimal : boolean
)

Parameters

  • fMinimize
    Type: System.Boolean%
    Indicates whether the goal is to minimize or maximize.
  • fOptimal
    Type: System.Boolean%
    Indicates whether the goal is optimal.

Implements

ILinearSolution.GetSolvedGoal(Int32, Object%, Int32%, Boolean%, Boolean%)

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace