#include <ilpWrapper.h>
Inheritance diagram for mipFactory:
Public Types | |
enum | TLPOrientation { ROW_ORIENTED = 0, COLUMN_ORIENTED = 1 } |
Public Member Functions | |
mipFactory () throw () | |
virtual | ~mipFactory () throw () |
virtual mipInstance * | NewInstance (TRestr, TVar, TIndex, TObjectSense, goblinController &) const =0 throw (ERRange) |
virtual mipInstance * | ReadInstance (const char *, goblinController &) const =0 throw (ERRange) |
virtual char * | Authors () const =0 throw () |
virtual int | MajorRelease () const =0 throw () |
virtual int | MinorRelease () const =0 throw () |
virtual char * | PatchLevel () const =0 throw () |
virtual char * | BuildDate () const =0 throw () |
virtual char * | License () const =0 throw () |
virtual TLPOrientation | Orientation () const =0 throw () |
|
|
|
|
|
|
|
Implemented in glpkFactory, and nativeLPFactory. |
|
Implemented in glpkFactory, and nativeLPFactory. |
|
Implemented in glpkFactory, and nativeLPFactory. |
|
Implemented in glpkFactory, and nativeLPFactory. |
|
Implemented in glpkFactory, and nativeLPFactory. |
|
Implemented in glpkFactory, and nativeLPFactory. |
|
Implemented in glpkFactory, and nativeLPFactory. |
|
Implemented in glpkFactory, and nativeLPFactory. |
|
Implemented in glpkFactory, and nativeLPFactory. |