#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 | CDynamicOrderBase |
This class initialize the interface for runtime-switchable orderings. More... | |
class | CDynamicOrder< OrderType > |
This class initialize the interface for orderings of CDynamicOrderBase. More... | |
Functions | |
template<class IdxType , class OrderType > | |
BEGIN_NAMESPACE_PBORI bool | lie_in_same_block (IdxType, IdxType, const OrderType &, invalid_tag) |
template<class IdxType , class OrderType > | |
bool | lie_in_same_block (IdxType first, IdxType second, const OrderType &order, valid_tag) |
Adds ordering management to decision diagram variables managers.
bool lie_in_same_block | ( | IdxType | first, | |
IdxType | second, | |||
const OrderType & | order, | |||
valid_tag | ||||
) | [inline] |
BEGIN_NAMESPACE_PBORI bool lie_in_same_block | ( | IdxType | , | |
IdxType | , | |||
const OrderType & | , | |||
invalid_tag | ||||
) | [inline] |
Referenced by CDynamicOrder< OrderType >::lieInSameBlock().