nativeLPFactory Class Reference

Object factory for the goblinLPSolver class. More...

#include <lpSolver.h>

Inheritance diagram for nativeLPFactory:

mipFactory managedObject goblinRootObject

Public Member Functions

 nativeLPFactory () throw ()
mipInstanceNewInstance (TRestr k, TVar l, TIndex nz, TObjectSense dir, goblinController &thisContext) const throw (ERRange)
mipInstanceReadInstance (const char *impFileName, goblinController &thisContext) const throw (ERRange)
 ~nativeLPFactory () throw ()
unsigned long Size () const throw ()
char * Authors () const throw ()
int MajorRelease () const throw ()
int MinorRelease () const throw ()
char * PatchLevel () const throw ()
char * BuildDate () const throw ()
char * License () const throw ()
TLPOrientation Orientation () const throw ()

Detailed Description

Object factory for the goblinLPSolver class.


Constructor & Destructor Documentation

nativeLPFactory  )  throw ()
 

~nativeLPFactory  )  throw ()
 


Member Function Documentation

char * Authors  )  const throw () [virtual]
 

Implements mipFactory.

char * BuildDate  )  const throw () [virtual]
 

Implements mipFactory.

char * License  )  const throw () [virtual]
 

Implements mipFactory.

int MajorRelease  )  const throw () [virtual]
 

Implements mipFactory.

int MinorRelease  )  const throw () [virtual]
 

Implements mipFactory.

mipInstance * NewInstance TRestr  k,
TVar  l,
TIndex  nz,
TObjectSense  dir,
goblinController thisContext
const throw (ERRange) [virtual]
 

Implements mipFactory.

mipFactory::TLPOrientation Orientation  )  const throw () [virtual]
 

Implements mipFactory.

char * PatchLevel  )  const throw () [virtual]
 

Implements mipFactory.

mipInstance * ReadInstance const char *  impFileName,
goblinController thisContext
const throw (ERRange) [virtual]
 

Implements mipFactory.

unsigned long Size  )  const throw () [virtual]
 

Implements goblinRootObject.