Follow us on Twitter and LinkedIn to get the latest updates from the dev team!
Represents an objective instance and allows access to all the AMPL suffixes of the related instance. For documentation on the properties see ampl.Entities.Objective.
ampl.Entities.Objective
ampl
AMPL
Inheritance Hierarchy
Syntax
Properties
Methods
System.Object
ampl.Instance
ampl.ObjectiveInstance
public class ObjectiveInstance : Instance, IDisposable
System.String
public string Astatus { get; }
System.Int32
public int ExitCode { get; }
System.Boolean
public bool IsMinimization { get; }
public string Message { get; }
public string Result { get; }
public string Sstatus { get; }
System.Double
public double Value { get; }
public override void Dispose()
public void Drop()
protected void Finalize()
public void Restore()