IConstraint Interface

Namespace
ampl.Entities
Assemblies
  • AMPL

Syntax

public interface IConstraint
interface ampl.Entities.IConstraint

Methods

AsArray()
Return type:ConstraintInstance<ConstraintInstance>[]
ConstraintInstance[] AsArray()
Drop()
void Drop()
Get(System.Object[])
Return type:ConstraintInstance
ConstraintInstance Get(params object[] index)
Get(ampl.Tuple)
Return type:ConstraintInstance
ConstraintInstance Get(Tuple t = null)
GetEnumerator()
Return type:System.Collections.Generic.IEnumerator<System.Collections.Generic.IEnumerator`1>{ConstraintInstance<ConstraintInstance>}
IEnumerator<ConstraintInstance> GetEnumerator()
GetValues()
Return type:ampl.DataFrame
DataFrame GetValues()
GetValues(System.String[])
Return type:ampl.DataFrame
DataFrame GetValues(params string[] suffixes)
Restore()
void Restore()
SetValues(ampl.DataFrame)
void SetValues(DataFrame data)
ToString()
Return type:System.String
string ToString()

Properties

Astatus()
Return type:System.String
string Astatus { get; }
Body()
Return type:System.Double
double Body { get; }
Defvar()
Return type:System.Int32
int Defvar { get; }
Dinit()
Return type:System.Double
double Dinit { get; }
Dinit0()
Return type:System.Double
double Dinit0 { get; }
Dual()
Return type:System.Double
double Dual { get; set; }
Indexarity()
Return type:System.Int32
int Indexarity { get; }
IndexingSets()
Return type:System.String<System.String>[]
string[] IndexingSets { get; }
IsLogical()
Return type:System.Boolean
bool IsLogical { get; }
IsScalar()
Return type:System.Boolean
bool IsScalar { get; }
Lb()
Return type:System.Double
double Lb { get; }
Lbs()
Return type:System.Double
double Lbs { get; }
Ldual()
Return type:System.Double
double Ldual { get; }
Lslack()
Return type:System.Double
double Lslack { get; }
Name()
Return type:System.String
string Name { get; }
NumInstances()
Return type:System.Int32
int NumInstances { get; }
Slack()
Return type:System.Double
double Slack { get; }
Sstatus()
Return type:System.String
string Sstatus { get; }
Status()
Return type:System.String
string Status { get; }
Ub()
Return type:System.Double
double Ub { get; }
Ubs()
Return type:System.Double
double Ubs { get; }
Udual()
Return type:System.Double
double Udual { get; }
Uslack()
Return type:System.Double
double Uslack { get; }
Val()
Return type:System.Double
double Val { get; }