Abstract pricer base class. More...
#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/spxsolver.h"
#include "soplex/sorter.h"
Go to the source code of this file.
Classes | |
class | SPxPricer |
Abstract pricer base class.Class SPxPricer is a pure virtual class defining the interface for pricer classes to be used by SoPlex. The pricer's task is to select a vector to enter or leave the simplex basis, depending on the chosen simplex type. More... | |
struct | SPxPricer::IdxElement |
struct | SPxPricer::IdxCompare |
Compare class to sort idx/val pairs, used for hypersparse pricing leaving. More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Abstract pricer base class.
Definition in file spxpricer.h.