glpkFactory Class Reference

Object factory and package information for the GLPK 4.0 linear programming kit. More...

#include <glpkWrapper.h>

Inheritance diagram for glpkFactory:

mipFactory managedObject goblinRootObject

Public Member Functions

 glpkFactory () throw ()
mipInstanceNewInstance (TRestr k, TVar l, TIndex nz, TObjectSense dir, goblinController &thisContext) const throw (ERRange)
mipInstanceReadInstance (const char *impFileName, goblinController &thisContext) const throw (ERRange)
 ~glpkFactory () 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 and package information for the GLPK 4.0 linear programming kit.


Constructor & Destructor Documentation

glpkFactory  )  throw ()
 

~glpkFactory  )  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.

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.