Follow us on Twitter and LinkedIn to get the latest updates from the dev team!
ampl.Entities
AMPL
Syntax
Methods
Properties
public interface IParameter
ampl.VariantRef<ampl.VariantRef>[]
VariantRef[] AsArray()
ampl.VariantRef
VariantRef Get(params object[] index)
VariantRef Get(Tuple t = null)
System.Collections.Generic.IEnumerator<ampl.VariantRef>
IEnumerator<VariantRef> GetEnumerator()
ampl.DataFrame
DataFrame GetValues()
DataFrame GetValues(params string[] suffixes)
void Set(object value)
void Set(Tuple index, double value)
void Set(Tuple index, string value)
void SetValues(double[] values)
void SetValues(double[] row_indices, double[] col_indices, double[] data, bool transpose)
void SetValues(string[] values)
void SetValues(string[] row_indices, string[] col_indices, double[] data, bool transpose)
void SetValues(DataFrame data)
void SetValues(Tuple[] indices, double[] values)
void SetValues(Tuple[] indices, string[] values)
System.String
string ToString()
System.Boolean
bool HasDefault { get; }
System.Int32
int Indexarity { get; }
System.String<System.String>[]
string[] IndexingSets { get; }
bool IsScalar { get; }
bool IsSymbolic { get; }
ampl.Variant
Variant this[params object[] index] { get; set; }
string Name { get; }
int NumInstances { get; }