Follow us on Twitter and LinkedIn to get the latest updates from the dev team!
ampl.Entities
AMPL
Syntax
Properties
Methods
public interface ISet
System.Int32
int Arity { get; }
int Indexarity { get; }
System.String<System.String>[]
string[] IndexingSets { get; }
System.Boolean
bool IsScalar { get; }
System.Collections.Generic.IEnumerable<ampl.Tuple>
IEnumerable<Tuple> Members { get; }
System.String
string Name { get; }
int NumInstances { get; }
int Size { get; }
ampl.SetInstance<ampl.SetInstance>[]
SetInstance[] AsArray()
bool Contains(Tuple t)
ampl.SetInstance
SetInstance Get(params object[] index)
SetInstance Get(Tuple t = null)
System.Collections.Generic.IEnumerator<ampl.SetInstance>
IEnumerator<SetInstance> GetEnumerator()
ampl.DataFrame
DataFrame GetValues()
DataFrame GetValues(params string[] suffixes)
void SetValues(double[] objects)
void SetValues(string[] objects)
void SetValues(DataFrame data)
void SetValues(Tuple[] objects)
string ToString()