#include "BCP_enum.hpp"#include "BCP_vector.hpp"Include dependency graph for BCP_obj_change.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | BCP_obj_change |
| class | BCP_obj_set_change |
| This class stores data about how an object set (set of vars or set of cuts) changes. More... | |
Functions | |
| bool | operator== (const BCP_obj_change &ch0, const BCP_obj_change &ch1) |
| bool | operator!= (const BCP_obj_change &ch0, const BCP_obj_change &ch1) |
| bool operator== | ( | const BCP_obj_change & | ch0, | |
| const BCP_obj_change & | ch1 | |||
| ) | [inline] |
Definition at line 41 of file BCP_obj_change.hpp.
References BCP_obj_change::lb, BCP_obj_change::stat, and BCP_obj_change::ub.
| bool operator!= | ( | const BCP_obj_change & | ch0, | |
| const BCP_obj_change & | ch1 | |||
| ) | [inline] |
Definition at line 46 of file BCP_obj_change.hpp.
References BCP_obj_change::lb, BCP_obj_change::stat, and BCP_obj_change::ub.
1.4.7