Follow us on Twitter and LinkedIn to get the latest updates from the dev team!
ampl.Entities
AMPL
Syntax
Methods
Properties
public interface IConstraint
ConstraintInstance<ConstraintInstance>[]
ConstraintInstance[] AsArray()
void Drop()
ConstraintInstance
ConstraintInstance Get(params object[] index)
ConstraintInstance Get(Tuple t = null)
System.Collections.Generic.IEnumerator<ConstraintInstance>
IEnumerator<ConstraintInstance> GetEnumerator()
ampl.DataFrame
DataFrame GetValues()
DataFrame GetValues(params string[] suffixes)
void Restore()
void SetValues(DataFrame data)
System.String
string ToString()
string Astatus { get; }
System.Double
double Body { get; }
System.Int32
int Defvar { get; }
double Dinit { get; }
double Dinit0 { get; }
double Dual { get; set; }
int Indexarity { get; }
System.String<System.String>[]
string[] IndexingSets { get; }
System.Boolean
bool IsLogical { get; }
bool IsScalar { get; }
double Lb { get; }
double Lbs { get; }
double Ldual { get; }
double Lslack { get; }
string Name { get; }
int NumInstances { get; }
double Slack { get; }
string Sstatus { get; }
string Status { get; }
double Ub { get; }
double Ubs { get; }
double Udual { get; }
double Uslack { get; }
double Val { get; }