ObjectiveMap Class¶
Enables iterable access to the objectives
- Namespace
- Assemblies
AMPL
Inheritance Hierarchy¶
System.Object
ampl.Entities.EntityMap{ampl.Entities.Objective}
Syntax¶
[ClassInterface(ClassInterfaceType.None)]
public class ObjectiveMap : EntityMap<Objective>, IEnumerable<Objective>, IEnumerable, IObjectiveMap
- class ampl.Entities.ObjectiveMap
Constructors¶
- ObjectiveMap()¶
public ObjectiveMap()
Methods¶
- GetEnumerator()¶
- Return type
System.Collections.Generic.IEnumerator<ampl.Entities.Objective>
public override IEnumerator<Objective> GetEnumerator()