Types

Type Definitions:

Storing instances of different classes of optimization problems

MOLPInstance

Datatype to store a Multi Objective Linear Program

MOBPInstance

Datatype to store a Multi Objective Binary Linear Program

MOIPInstance

Datatype to store a Multi Objective Integer Linear Program

MOMBLPInstance

Datatype to store a Multi Objective Mixed Binary Linear Program

MOMILPInstance

Datatype to store a Multi Objective Mixed Integer Linear Program

BOLPInstance

Datatype to store a Bi-Objective Linear Program

BOBPInstance

Datatype to store a Bi-Objective Binary Linear Program

BOIPInstance

Datatype to store a Bi-Objective Integer Linear Program

BOMBLPInstance

Datatype to store a Bi-Objective Mixed Binary Linear Program

BOMILPInstance

Datatype to store a Bi-Objective Mixed Integer Linear Program

OOESInstance

Datatype to store an instance corresponding to minimizing a linear function over the efficient set

Storing solutions of different classes of optimization problems

MOPSolution

Datatype to store a Multi Objective Optimization Solution

BOPSolution

Datatype to store a Bi-Objective Optimization Solution

BOMSolution

Datatype to store a Bi-Objective Mixed Optimization Solution

OOESSolution

Datatype to store the solution of minimizing a linear function over the efficient set