LpCplex Class Reference

#include <lemon/lp_cplex.h>

Inherits LpSolverBase.

Inheritance diagram for LpCplex:

Inheritance graph
[legend]
List of all members.

Detailed Description

This class implements an interface for the CPLEX LP solver.


Public Member Functions

 LpCplex ()
 
 ~LpCplex ()
 

Public Attributes

int status
 

Protected Member Functions

virtual void _getColName (int col, std::string &name)
virtual void _setColName (int col, const std::string &name)
virtual void _setRowCoeffs (int i, int length, const int *indices, const Value *values)
virtual SolveExitStatus _solve ()
 


Member Function Documentation

void _getColName int  col,
std::string &  name
[protected, virtual]
 

Bug:
Untested
Bug:
return code unchecked for error

Implements LpSolverBase.

void _setColName int  col,
const std::string &  name
[protected, virtual]
 

Bug:
Untested
Bug:
return code unchecked for error

Implements LpSolverBase.

void _setRowCoeffs int  i,
int  length,
const int *  indices,
const Value values
[protected, virtual]
 

Warning:
Data at index 0 is ignored in the arrays.


The documentation for this class was generated from the following files:
Generated on Fri Feb 3 18:42:08 2006 for LEMON by  doxygen 1.4.6