LpCplex Class Reference

#include <lemon/lp_cplex.h>

Inherits LpSolverBase.

Inherited by MipCplex.

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)
 
Warning:
Data at index 0 is ignored in the arrays.

virtual SolveExitStatus _solve ()
 


Member Function Documentation

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

Implements LpSolverBase.

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

Implements LpSolverBase.


The documentation for this class was generated from the following files:
Generated on Tue Oct 31 09:51:02 2006 for LEMON by  doxygen 1.5.1