#include "CoinSmartPtr.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_var |
Abstract base class that defines members common to all types of variables. More... | |
class | BCP_var_core |
Core variables are the variables that always stay in the LP formulation. More... | |
class | BCP_var_algo |
This is the class from which the user should derive her own algorithmic variables. More... | |
class | BCP_var_set |
This class is just a collection of pointers to variables with a number of methods to manipulate these variables and/or select certain entries. More... | |