#include "chi/Fwd.hpp"
#include <cassert>
#include <unordered_set>
#include <vector>
#include <boost/dynamic_bitset.hpp>
Go to the source code of this file.
|
| chi |
| The namespace where chigraph lives.
|
|
|
std::vector< NodeInstance * > | chi::dependentPuresRecursive (const NodeInstance &inst) |
| Get the pures a NodeInstance relies on These are all the dependent pures (it's fetched recursively) They are in the order of dependency, for examply if node X depends on node Y, then node Y will come before node X. More...
|
|