Follow us on Twitter and LinkedIn to get the latest updates from the dev team!
Enables iterable access to the variables
ampl.Entities
AMPL
Inheritance Hierarchy
Syntax
Methods
Properties
System.Object
ampl.Entities.EntityMap{ampl.Entities.Variable}
ampl.Entities.VariableMap
[ClassInterface(ClassInterfaceType.None)] public class VariableMap : EntityMap<Variable>, IEnumerable<Variable>, IEnumerable, IVariableMap
System.Collections.Generic.IEnumerator<ampl.Entities.Variable>
public override IEnumerator<Variable> GetEnumerator()
ampl.Entities.Variable
public Variable this[string name] { get; }
System.Int32
public override int Size { get; }