#include "numeric/lpuno.hxx"#include "numeric/lpmodel.hxx"#include "numeric/matrix.hxx"#include "xcalc.hxx"#include "tool/global.hxx"#include "unoglobal.hxx"#include "org/openoffice/sc/solver/XLpModel.hpp"#include "org/openoffice/sc/solver/XLpAlgorithm.hpp"#include "org/openoffice/sc/solver/Goal.hpp"#include "org/openoffice/sc/solver/Equality.hpp"#include "com/sun/star/uno/RuntimeException.hpp"#include <exception>

Go to the source code of this file.
Namespaces | |
| namespace | scsolver |
| namespace | scsolver::numeric |
| namespace | scsolver::numeric::lp |
Classes | |
| class | scsolver::numeric::lp::UnoServiceNotFound |
| class | scsolver::numeric::lp::LpModelNotFound |
| class | scsolver::numeric::lp::UnknownGoal |
| class | scsolver::numeric::lp::UnknownConstraintType |
| class | scsolver::numeric::lp::UnoAlgorithmImpl |
1.5.3