Cbc
2.10.10
|
#include "CbcHeuristic.hpp"
Go to the source code of this file.
Classes | |
class | CbcHeuristicLocal |
LocalSearch class. More... | |
class | CbcHeuristicProximity |
class | CbcHeuristicNaive |
Naive class a) Fix all ints as close to zero as possible b) Fix all ints with nonzero costs and < large to zero c) Put bounds round continuous and UIs and maximize. More... | |
class | CbcHeuristicCrossover |
Crossover Search class. More... | |