Follow us on Twitter and LinkedIn to get the latest updates from the dev team!
ampl.Entities
AMPL
Syntax
Methods
Properties
public interface IObjective
ObjectiveInstance<ObjectiveInstance>[]
ObjectiveInstance[] AsArray()
void Drop()
ObjectiveInstance
ObjectiveInstance Get(params object[] index)
ObjectiveInstance Get(Tuple t = null)
System.Collections.Generic.IEnumerator<ObjectiveInstance>
IEnumerator<ObjectiveInstance> GetEnumerator()
ampl.DataFrame
DataFrame GetValues()
DataFrame GetValues(params string[] suffixes)
void Restore()
void SetValues(DataFrame data)
System.String
string ToString()
string Astatus { get; }
System.Int32
int ExitCode { get; }
int Indexarity { get; }
System.String<System.String>[]
string[] IndexingSets { get; }
System.Boolean
bool IsMinimization { get; }
bool IsScalar { get; }
string Message { get; }
string Name { get; }
int NumInstances { get; }
string Result { get; }
string Sstatus { get; }
System.Double
double Value { get; }