#include "CoinSmartPtr.hpp"
#include "BCP_math.hpp"
#include "BCP_error.hpp"
#include "BCP_enum.hpp"
#include "BCP_vector.hpp"
#include "BCP_obj_change.hpp"
Go to the source code of this file.
Classes | |
class | BCP_cut |
Abstract base class that defines members common to all types of cuts. More... | |
class | BCP_cut_core |
Core cuts are the cuts that always stay in the LP formulation. More... | |
class | BCP_cut_algo |
This is the class from which the user should derive her own algorithmic cuts. More... | |
class | BCP_cut_set |
This class is just a collection of pointers to cuts with a number of methods to manipulate these cuts and/or select certain entries. More... | |