ObjectiveMap Class

Enables iterable access to the objectives

Namespace

ampl.Entities

Assemblies
  • AMPL


Inheritance Hierarchy

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()

Properties

ampl.Entities.ObjectiveMap.Item[System.String]
Return type

ampl.Entities.Objective

public Objective this[string name] { get; }
ampl.Entities.ObjectiveMap.Size
Return type

System.Int32

public override int Size { get; }