All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
spxmainsm.h
Go to the documentation of this file.
117 virtual bool checkBasisDim(DataArray<SPxSolver::VarStatus> rows, DataArray<SPxSolver::VarStatus> cols) const;
315 ForceConstraintPS(const SPxLP& lp, int _i, bool lhsFixed, DataArray<bool>& fixCols, DataArray<Real>& lo, DataArray<Real>& up)
333 m_objs[k] = (lp.spxSense() == SPxLP::MINIMIZE ? lp.obj(m_row.index(k)) : -lp.obj(m_row.index(k)));
397 FixVariablePS(const SPxLP& lp, SPxMainSM& simplifier, int _j, const Real val, bool correctIdx = true)
900 DuplicateColsPS(const SPxLP& lp, int _j, int _k, Real scale, DataArray<int> perm, bool isFirst = false, bool isTheLast = false)
1034 /// handles the fixing of a variable. correctIdx is true iff the index mapping has to be updated.
1049 /// returns for a given row index of the (reduced) LP the corresponding row index in the unsimplified LP.
|