This is a class used by the classes "Acyclic1d", "Acyclic2d", and "Acyclic3d" to use binary decision diagrams for the verification if a cubical neighborhood of a cube in the class "bincube" is acyclic. More...
#include <bincube.h>
Public Member Functions | |
| NeighborsBdd (const cubetype &middle, const settype &cset) | |
| bool | check (int n) const |
Private Attributes | |
| const cubetype & | q |
| const settype & | s |
This is a class used by the classes "Acyclic1d", "Acyclic2d", and "Acyclic3d" to use binary decision diagrams for the verification if a cubical neighborhood of a cube in the class "bincube" is acyclic.
Definition at line 917 of file bincube.h.
| chomp::homology::NeighborsBdd< cubetype, settype >::NeighborsBdd | ( | const cubetype & | middle, | |
| const settype & | cset | |||
| ) | [inline] |
| bool chomp::homology::NeighborsBdd< cubetype, settype >::check | ( | int | n | ) | const [inline] |
const cubetype& chomp::homology::NeighborsBdd< cubetype, settype >::q [private] |
const settype& chomp::homology::NeighborsBdd< cubetype, settype >::s [private] |
Definition at line 940 of file bincube.h.
Referenced by chomp::homology::NeighborsBdd< cubetype, settype >::check().
1.7.1