InteriorPointSolver.Primal Property

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

Gets the primal version of the objective.

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

Syntax

'Declaration
Public ReadOnly Property Primal As Double
public double Primal { get; }
public:
virtual property double Primal {
    double get () sealed;
}
abstract Primal : float
override Primal : float
final function get Primal () : double

Property Value

Type: System.Double
The primal version of the objective.

Implements

IInteriorPointStatistics.Primal

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace