ConstraintInstance Class

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

Namespace

ampl

Assemblies
  • AMPL


Inheritance Hierarchy

Syntax

public class ConstraintInstance : Instance, IDisposable
class ampl.ConstraintInstance

Properties

ampl.ConstraintInstance.Astatus
Return type

System.String

public string Astatus { get; }
ampl.ConstraintInstance.Body
Return type

System.Double

public double Body { get; }
ampl.ConstraintInstance.Defvar
Return type

System.Int32

public int Defvar { get; }
ampl.ConstraintInstance.Dinit
Return type

System.Double

public double Dinit { get; }
ampl.ConstraintInstance.Dinit0
Return type

System.Double

public double Dinit0 { get; }
ampl.ConstraintInstance.Dual
Return type

System.Double

public double Dual { get; set; }
ampl.ConstraintInstance.Lb
Return type

System.Double

public double Lb { get; }
ampl.ConstraintInstance.Lbs
Return type

System.Double

public double Lbs { get; }
ampl.ConstraintInstance.Ldual
Return type

System.Double

public double Ldual { get; }
ampl.ConstraintInstance.Lslack
Return type

System.Double

public double Lslack { get; }
ampl.ConstraintInstance.Slack
Return type

System.Double

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

System.String

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

System.String

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

System.Double

public double Ub { get; }
ampl.ConstraintInstance.Ubs
Return type

System.Double

public double Ubs { get; }
ampl.ConstraintInstance.Udual
Return type

System.Double

public double Udual { get; }
ampl.ConstraintInstance.Uslack
Return type

System.Double

public double Uslack { get; }
ampl.ConstraintInstance.Val
Return type

System.Double

public double Val { get; }

Methods

Dispose()
public override void Dispose()
Drop()
public void Drop()
Finalize()
protected void Finalize()
Restore()
public void Restore()