#include <graph_executor.h>
Inherits detail::ExecutorBase.
Public Member Functions | |
template<class G > | |
void | operator() (const G &graph) |
Class to propagate incomplete state recursively from nodes to dependents
Definition at line 75 of file graph_executor.h.
template DISPENSO_DLL_ACCESS void dispenso::ForwardPropagator::operator() | ( | const G & | graph | ) |
Propagate incomplete state recursively from nodes to dependents This is not concurrency safe.
Definition at line 102 of file graph_executor.cpp.