#include "CoinModelUseful.hpp"#include <cmath>#include <cassert>#include <cfloat>#include <cstring>#include <cstdio>#include <iostream>#include "CoinPragma.hpp"#include "CoinFinite.hpp"#include "CoinError.hpp"#include "CoinPackedVectorBase.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. | |
| double | getDoubleFromString (CoinYacc &info, const char *string, const char *x, double xValue) |
| faster version | |
| 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
1.6.3