#include "ClpConfig.h"
#include <iostream>
#include <cassert>
#include <cmath>
#include <vector>
#include <string>
#include "ClpPackedMatrix.hpp"
#include "CoinMessageHandler.hpp"
#include "ClpParameters.hpp"
#include "ClpObjective.hpp"
Include dependency graph for ClpModel.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ClpModel |
class | ClpDataSave |
This is a tiny class where data can be saved round calls. More... | |
Defines | |
#define | COIN_DBL_MAX DBL_MAX |
#define COIN_DBL_MAX DBL_MAX |
Definition at line 24 of file ClpModel.hpp.
Referenced by ClpNonLinearCost::changeInCost(), and ClpDynamicMatrix::columnUpper().