Camargue
|
Matters related to pricing sets of edges. More...
Classes | |
struct | PrEdge |
class | Pricer |
Get reduced costs for edges not in the core lp. More... | |
Typedefs | |
using | d_PrEdge = PrEdge< double > |
Enumerations | |
enum | ScanStat { ScanStat::Partial, ScanStat::PartOpt, ScanStat::Full, ScanStat::FullOpt } |
Return type for edge pricing routines. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, ScanStat stat) |
Variables | |
constexpr int | Nearest = 50 |
Number of nearest edges to each node examined. | |
constexpr int | AddBatch = 100 |
Number added to CoreLP at a time. | |
constexpr int | PoolSize = 1000 |
Number of negative rc edges to keep in pool. | |
constexpr int | EstBatch = 20000 |
Max number of edges to estimate red cost. | |
constexpr int | ScaleBatch = 3 |
Scale factor for EstBatch. | |
constexpr int | f64Batch = 5000000 |
Max number to generate during exact lb. | |
constexpr double | MaxPenalty = 0.10 |
constexpr double | RecoverMaxPen = 0.00000001 |
Matters related to pricing sets of edges.
|
strong |
Return type for edge pricing routines.