#include <iostream>#include <cassert>#include <cmath>#include <vector>#include <string>#include "ClpMatrixBase.hpp"#include "CoinMessageHandler.hpp"#include "ClpParameters.hpp"#include "ClpObjective.hpp"Go to the source code of this file.
Classes | |
| class | ClpModel |
| This is the base class for Linear and quadratic Models This knows nothing about the algorithm, but it seems to have a reasonable amount of information. More... | |
| class | ClpDataSave |
| This is a tiny class where data can be saved round calls. More... | |
Defines | |
| #define | COIN_DBL_MAX DBL_MAX |
|
|
Definition at line 20 of file ClpModel.hpp. Referenced by ClpDynamicMatrix::columnUpper(). |
1.3.5