|
PolyBoRi
|
#include "pbori_defs.h"#include "CDDManager.h"#include "BoolePolynomial.h"#include "BooleMonomial.h"#include "BooleExponent.h"#include "COrderProperties.h"#include "CVariableNames.h"#include "CGenericIter.h"#include <vector>#include "COrderedIter.h"Go to the source code of this file.
Classes | |
| class | polybori::CDynamicOrderBase |
| This class initialize the interface for runtime-switchable orderings. More... | |
| class | polybori::CDynamicOrder< OrderType > |
| This class initialize the interface for orderings of CDynamicOrderBase. More... | |
Namespaces | |
| namespace | polybori |
Functions | |
| template<class IdxType , class OrderType > | |
| bool | polybori::lie_in_same_block (IdxType, IdxType, const OrderType &, invalid_tag) |
| template<class IdxType , class OrderType > | |
| bool | polybori::lie_in_same_block (IdxType first, IdxType second, const OrderType &order, valid_tag) |
Adds ordering management to decision diagram variables managers.
1.7.4