#include <string>#include <iterator>#include <iostream>#include <vector>#include <osl/diagnose.h>


Go to the source code of this file.
Namespaces | |
| namespace | scsolver |
| namespace | scsolver::numeric |
Defines | |
| #define | SCSOLVER_DEBUG 0 |
| #define | REWRITE_FOR_SUN_STUDIO_COMPILER 1 |
Functions | |
| template<typename Container> | |
| void | printElements (const Container &cn, const char *sep=" ") |
| void | scsolver::Debug (const char *s) |
| std::string | scsolver::repeatString (const char *, unsigned long) |
| void | scsolver::vectorToMatrix (const ::std::vector< double > &vec,::scsolver::numeric::Matrix &mx, bool rowMatrix=true) |
| void | scsolver::matrixToVector (const ::scsolver::numeric::Matrix &mx,::std::vector< double > &vec) |
| #define REWRITE_FOR_SUN_STUDIO_COMPILER 1 |
Definition at line 38 of file global.hxx.
| #define SCSOLVER_DEBUG 0 |
Definition at line 36 of file global.hxx.
| void @35::printElements | ( | const Container & | cn, | |
| const char * | sep = " " | |||
| ) | [inline, static] |
Definition at line 60 of file global.hxx.
Referenced by scsolver::numeric::lp::BoundedRevisedSimplexImpl::buildInitialVars(), scsolver::numeric::lp::BoundedRevisedSimplexImpl::printIterateHeader(), scsolver::numeric::lp::RevisedSimplexImpl::printIterateHeader(), scsolver::numeric::lp::RevisedSimplexImpl::runNormalInitSearch(), scsolver::numeric::lp::RevisedSimplexImpl::solve(), scsolver::LpModelBuilderImpl::stripConstConstraint(), and scsolver::LpModelBuilderImpl::stripZeroCostDecisionVar().
1.5.3