|
PolyBoRi
|
#include <CDegreeCache.h>
Public Types | |
| typedef NaviType | navigator |
| Set actual storage type. | |
| typedef navigator::bool_type | bool_type |
| Define type base. | |
| typedef navigator::value_type | idx_type |
| Type for representing indices. | |
| typedef navigator::size_type | size_type |
| Type for representing size. | |
| typedef CTypes::manager_base | manager_type |
| Type of decision diagram manager. | |
Public Member Functions | |
| CIndexCacheHandle (idx_type idx, const manager_type &mgr) | |
| Construct from index. | |
| CIndexCacheHandle (navigator navi) | |
| Construct from given navigator. | |
| operator navigator () const | |
Protected Member Functions | |
| navigator | toNode (idx_type idx, const manager_type &mgr) const |
| Convert plain number to navigation type. | |
Protected Attributes | |
| navigator | m_navi |
| Actual navigator, which is stored. | |
| typedef navigator::bool_type polybori::CIndexCacheHandle< NaviType >::bool_type |
Define type base.
Plain Boolean type
| typedef navigator::value_type polybori::CIndexCacheHandle< NaviType >::idx_type |
Type for representing indices.
| typedef CTypes::manager_base polybori::CIndexCacheHandle< NaviType >::manager_type |
Type of decision diagram manager.
| typedef NaviType polybori::CIndexCacheHandle< NaviType >::navigator |
Set actual storage type.
| typedef navigator::size_type polybori::CIndexCacheHandle< NaviType >::size_type |
Type for representing size.
|
inline |
Construct from index.
|
inlineexplicit |
Construct from given navigator.
|
inline |
|
inlineprotected |
Convert plain number to navigation type.
References polybori::CCuddInterface::getVar(), LIKELY, polybori::CCuddInterface::nVariables(), and polybori::CCuddInterface::zddZero().
|
protected |
Actual navigator, which is stored.
1.8.1.2