Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

/files2/home/rwaltz/Software/COIN/Clp/include/ClpSimplex.hpp File Reference

#include <iostream>
#include <cfloat>
#include "ClpModel.hpp"
#include "ClpMatrixBase.hpp"
#include "ClpSolve.hpp"

Go to the source code of this file.

Classes

class  ClpSimplex
 This solves LPs using the simplex method. More...

class  ClpSimplexProgress
 For saving extra information to see if looping. More...


Data

#define CLP_PROGRESS   5

Data

#define CLP_CYCLE   12

Functions

void ClpSimplexUnitTest (const std::string &mpsDir, const std::string &netlibDir)
 A function that tests the methods in the ClpSimplex class.


Define Documentation

#define CLP_PROGRESS   5
 

Definition at line 1088 of file ClpSimplex.hpp.

#define CLP_CYCLE   12
 

Definition at line 1096 of file ClpSimplex.hpp.


Function Documentation

void ClpSimplexUnitTest const std::string &  mpsDir,
const std::string &  netlibDir
 

A function that tests the methods in the ClpSimplex class.

The only reason for it not to be a member method is that this way it doesn't have to be compiled into the library. And that's a gain, because the library should be compiled with optimization on, but this method should be compiled with debugging.

It also does some testing of ClpFactorization class


Generated on Fri Aug 6 11:42:58 2004 by doxygen 1.3.5