Type Definitions:
Storing instances of different classes of optimization problems
Modof.MOLPInstance — Type.MOLPInstanceDatatype to store a Multi Objective Linear Program
Modof.MOBPInstance — Type.MOBPInstanceDatatype to store a Multi Objective Binary Linear Program
Modof.MOIPInstance — Type.MOIPInstanceDatatype to store a Multi Objective Integer Linear Program
Modof.MOMBLPInstance — Type.MOMBLPInstanceDatatype to store a Multi Objective Mixed Binary Linear Program
Modof.MOMILPInstance — Type.MOMILPInstanceDatatype to store a Multi Objective Mixed Integer Linear Program
Modof.BOLPInstance — Type.BOLPInstanceDatatype to store a Bi-Objective Linear Program
Modof.BOBPInstance — Type.BOBPInstanceDatatype to store a Bi-Objective Binary Linear Program
Modof.BOIPInstance — Type.BOIPInstanceDatatype to store a Bi-Objective Integer Linear Program
Modof.BOMBLPInstance — Type.BOMBLPInstanceDatatype to store a Bi-Objective Mixed Binary Linear Program
Modof.BOMILPInstance — Type.BOMILPInstanceDatatype to store a Bi-Objective Mixed Integer Linear Program
Modof.OOESInstance — Type.OOESInstanceDatatype to store an instance corresponding to minimizing a linear function over the efficient set
Storing solutions of different classes of optimization problems
Modof.MOPSolution — Type.MOPSolutionDatatype to store a Multi Objective Optimization Solution
Modof.BOPSolution — Type.BOPSolutionDatatype to store a Bi-Objective Optimization Solution
Modof.BOMSolution — Type.BOMSolutionDatatype to store a Bi-Objective Mixed Optimization Solution
Modof.OOESSolution — Type.OOESSolutionDatatype to store the solution of minimizing a linear function over the efficient set