Hybrid pricer. More...
#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/spxpricer.h"
#include "soplex/spxdevexpr.h"
#include "soplex/spxparmultpr.h"
#include "soplex/spxsteeppr.h"
#include "spxhybridpr.hpp"
Go to the source code of this file.
Classes | |
class | SPxHybridPR< R > |
Hybrid pricer.The hybrid pricer for SoPlex tries to guess the best pricing strategy to use for pricing the loaded LP with the loaded algorithm type and basis representation. Currently it does so by switching between SPxSteepPR, SPxDevexPR and SPxParMultPR. More... | |
Namespaces | |
soplex | |
Everything should be within this namespace. | |
Hybrid pricer.
Definition in file spxhybridpr.h.