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<System.Collections.Generic.IEnumerator`1>{ObjectiveInstance<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

Astatus()
Return type:System.String
string Astatus { get; }
ExitCode()
Return type:System.Int32
int ExitCode { get; }
Indexarity()
Return type:System.Int32
int Indexarity { get; }
IndexingSets()
Return type:System.String<System.String>[]
string[] IndexingSets { get; }
IsMinimization()
Return type:System.Boolean
bool IsMinimization { get; }
IsScalar()
Return type:System.Boolean
bool IsScalar { get; }
Message()
Return type:System.String
string Message { get; }
Name()
Return type:System.String
string Name { get; }
NumInstances()
Return type:System.Int32
int NumInstances { get; }
Result()
Return type:System.String
string Result { get; }
Sstatus()
Return type:System.String
string Sstatus { get; }
Value()
Return type:System.Double
double Value { get; }