Loading...
Searching...
No Matches
spxratiotester.h
Go to the documentation of this file.
virtual SPxId selectEnter(R &val, int leaveIdx, bool polish=false)=0 selects variable Id to enter the basis. const std::shared_ptr< Tolerances > tolerances() const get the _tolerances member variable Definition spxratiotester.h:120 virtual void setTolerances(std::shared_ptr< Tolerances > newTolerances) set the _tolerances member variable Definition spxratiotester.h:115 std::shared_ptr< Tolerances > _tolerances tolerances used by the solver Definition spxratiotester.h:66 virtual void setType(typename SPxSolverBase< R >::Type) sets Simplex type. Definition spxratiotester.h:184 virtual SPxRatioTester * clone() const =0 clone function for polymorphism virtual int selectLeave(R &val, R enterTest, bool polish=false)=0 selects index to leave the basis. SPxRatioTester & operator=(const SPxRatioTester &rhs) assignment operator Definition spxratiotester.h:206 Everything should be within this namespace. Debugging, floating point type and parameter definitions. main LP solver class
|