Follow us on Twitter and LinkedIn to get the latest updates from the dev team!
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.
ampl.Entities.Variable
ampl
AMPL
Inheritance Hierarchy
Syntax
Properties
Methods
System.Object
ampl.Instance
ampl.VariableInstance
public class VariableInstance : Instance, IDisposable
System.String
public string Astatus { get; }
System.Int32
public int Defeqn { get; }
System.Double
public double Dual { get; }
public double Init { get; }
public double Init0 { get; }
public double Lb { get; }
public double Lb0 { get; }
public double Lb1 { get; }
public double Lb2 { get; }
public double Lrc { get; }
public double Lslack { get; }
public double Rc { get; }
public double Slack { get; }
public string Sstatus { get; }
public string Status { get; }
public double Ub { get; }
public double Ub0 { get; }
public double Ub1 { get; }
public double Ub2 { get; }
public double Urc { get; }
public double Uslack { get; }
public double Value { get; set; }
public override void Dispose()
protected void Finalize()
public void Fix()
public void Fix(double value)
public void Unfix()