Scippy

SoPlex

Sequential object-oriented simPlex

spxpricer.h File Reference

Abstract pricer base class. More...

#include <assert.h>
#include "spxdefines.h"
#include "spxsolver.h"
#include "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.
 

Detailed Description

Abstract pricer base class.

Definition in file spxpricer.h.