/home/coin/SVN-release/Cbc-2.0.0/Clp/src/ClpSimplex.hpp File Reference

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

Include dependency graph for ClpSimplex.hpp:

This graph shows which files directly or indirectly include this file:

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
#define CLP_CYCLE   12

Defines

#define DEVEX_TRY_NORM   1.0e-4
#define DEVEX_ADD_ONE   1.0

Functions

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


Define Documentation

#define CLP_PROGRESS   5

Definition at line 1364 of file ClpSimplex.hpp.

#define CLP_CYCLE   12

Definition at line 1387 of file ClpSimplex.hpp.

#define DEVEX_TRY_NORM   1.0e-4

Definition at line 1414 of file ClpSimplex.hpp.

#define DEVEX_ADD_ONE   1.0

Definition at line 1415 of file ClpSimplex.hpp.


Function Documentation

void ClpSimplexUnitTest ( const std::string &  mpsDir  ) 

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 Thu May 15 22:08:04 2008 by  doxygen 1.4.7