#include "solvemodel.hxx"#include "solver.hxx"#include "tool/global.hxx"#include "unoglobal.hxx"#include "lpbuilder.hxx"#include "nlpbuilder.hxx"#include "dialog.hxx"#include "xcalc.hxx"#include "option.hxx"#include "numeric/lpmodel.hxx"#include "numeric/nlpmodel.hxx"#include "numeric/matrix.hxx"#include "numeric/type.hxx"#include "numeric/lpbase.hxx"#include "numeric/exception.hxx"#include "numeric/lpsolve.hxx"#include "numeric/quasinewton.hxx"#include "numeric/cellfuncobj.hxx"#include <memory>#include <exception>#include <vector>#include <map>#include "scsolver.hrc"

Go to the source code of this file.
Namespaces | |
| namespace | scsolver |
Classes | |
| struct | scsolver::cell_address_t |
| class | scsolver::ConstantTermStorage |
| class | scsolver::CellUpdateSwitch |
| class | scsolver::SolveModelImpl |
Functions | |
| static bool | scsolver::lcl_isNumeric (const rtl::OUString &sVal) |
1.5.3