IObjective Interface

Namespace

ampl.Entities

Assemblies
  • AMPL


Syntax

public interface IObjective
interface ampl.Entities.IObjective

Methods

AsArray()
Return type

ObjectiveInstance<ObjectiveInstance>[]

ObjectiveInstance[] AsArray()
Drop()
void Drop()
Get(System.Object[])
Return type

ObjectiveInstance

ObjectiveInstance Get(params object[] index)
Get(ampl.Tuple)
Return type

ObjectiveInstance

ObjectiveInstance Get(Tuple t = null)
GetEnumerator()
Return type

System.Collections.Generic.IEnumerator<ObjectiveInstance>

IEnumerator<ObjectiveInstance> GetEnumerator()
GetValues()
Return type

ampl.DataFrame

DataFrame GetValues()
GetValues(System.String[])
Return type

ampl.DataFrame

DataFrame GetValues(params string[] suffixes)
Restore()
void Restore()
SetValues(ampl.DataFrame)
void SetValues(DataFrame data)
ToString()
Return type

System.String

string ToString()

Properties

ampl.Entities.IObjective.Astatus
Return type

System.String

string Astatus { get; }
ampl.Entities.IObjective.ExitCode
Return type

System.Int32

int ExitCode { get; }
ampl.Entities.IObjective.Indexarity
Return type

System.Int32

int Indexarity { get; }
ampl.Entities.IObjective.IndexingSets
Return type

System.String<System.String>[]

string[] IndexingSets { get; }
ampl.Entities.IObjective.IsMinimization
Return type

System.Boolean

bool IsMinimization { get; }
ampl.Entities.IObjective.IsScalar
Return type

System.Boolean

bool IsScalar { get; }
ampl.Entities.IObjective.Message
Return type

System.String

string Message { get; }
ampl.Entities.IObjective.Name
Return type

System.String

string Name { get; }
ampl.Entities.IObjective.NumInstances
Return type

System.Int32

int NumInstances { get; }
ampl.Entities.IObjective.Result
Return type

System.String

string Result { get; }
ampl.Entities.IObjective.Sstatus
Return type

System.String

string Sstatus { get; }
ampl.Entities.IObjective.Value
Return type

System.Double

double Value { get; }