SimplexSolverParams.Costing Property

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

Gets or sets the simplex costing.

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

Syntax

'Declaration
Public Overridable Property Costing As SimplexCosting
public virtual SimplexCosting Costing { get; set; }
public:
virtual property SimplexCosting Costing {
    SimplexCosting get ();
    void set (SimplexCosting value);
}
abstract Costing : SimplexCosting with get, set
override Costing : SimplexCosting with get, set
function get Costing () : SimplexCosting
function set Costing (value : SimplexCosting)

Property Value

Type: Microsoft.SolverFoundation.Solvers.SimplexCosting
The simplex costing.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace