VariableInstance Class

Represents a variable instance and allows access to all the AMPL suffixes of the related instance. For documentation on the properties see ampl.Entities.Variable.

Namespace

ampl

Assemblies
  • AMPL


Inheritance Hierarchy

Syntax

public class VariableInstance : Instance, IDisposable
class ampl.VariableInstance

Properties

ampl.VariableInstance.Astatus
Return type

System.String

public string Astatus { get; }
ampl.VariableInstance.Defeqn
Return type

System.Int32

public int Defeqn { get; }
ampl.VariableInstance.Dual
Return type

System.Double

public double Dual { get; }
ampl.VariableInstance.Init
Return type

System.Double

public double Init { get; }
ampl.VariableInstance.Init0
Return type

System.Double

public double Init0 { get; }
ampl.VariableInstance.Lb
Return type

System.Double

public double Lb { get; }
ampl.VariableInstance.Lb0
Return type

System.Double

public double Lb0 { get; }
ampl.VariableInstance.Lb1
Return type

System.Double

public double Lb1 { get; }
ampl.VariableInstance.Lb2
Return type

System.Double

public double Lb2 { get; }
ampl.VariableInstance.Lrc
Return type

System.Double

public double Lrc { get; }
ampl.VariableInstance.Lslack
Return type

System.Double

public double Lslack { get; }
ampl.VariableInstance.Rc
Return type

System.Double

public double Rc { get; }
ampl.VariableInstance.Slack
Return type

System.Double

public double Slack { get; }
ampl.VariableInstance.Sstatus
Return type

System.String

public string Sstatus { get; }
ampl.VariableInstance.Status
Return type

System.String

public string Status { get; }
ampl.VariableInstance.Ub
Return type

System.Double

public double Ub { get; }
ampl.VariableInstance.Ub0
Return type

System.Double

public double Ub0 { get; }
ampl.VariableInstance.Ub1
Return type

System.Double

public double Ub1 { get; }
ampl.VariableInstance.Ub2
Return type

System.Double

public double Ub2 { get; }
ampl.VariableInstance.Urc
Return type

System.Double

public double Urc { get; }
ampl.VariableInstance.Uslack
Return type

System.Double

public double Uslack { get; }
ampl.VariableInstance.Value
Return type

System.Double

public double Value { get; set; }

Methods

Dispose()
public override void Dispose()
Finalize()
protected void Finalize()
Fix()
public void Fix()
Fix(System.Double)
public void Fix(double value)
Unfix()
public void Unfix()