DyLP
1.10.4
|
#include "CoinModelUseful.hpp"
#include "CoinMessageHandler.hpp"
#include "CoinPackedMatrix.hpp"
#include "CoinFinite.hpp"
Go to the source code of this file.
Classes | |
class | CoinBaseModel |
class | CoinModel |
This is a simple minded model which is stored in a format which makes it easier to construct and modify but not efficient for algorithms. More... | |
Functions | |
double | getFunctionValueFromString (const char *string, const char *x, double xValue) |
Just function of single variable x. More... | |
double | getDoubleFromString (CoinYacc &info, const char *string, const char *x, double xValue) |
faster version More... | |
double getFunctionValueFromString | ( | const char * | string, |
const char * | x, | ||
double | xValue | ||
) |
Just function of single variable x.
double getDoubleFromString | ( | CoinYacc & | info, |
const char * | string, | ||
const char * | x, | ||
double | xValue | ||
) |
faster version