![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
This is the complete list of members for ReachabilityCompiler, including all inherited members.
| compile(const std::vector< EdgeRow > &rows, unsigned long source, unsigned long target, bool directed, std::size_t max_states=DEFAULT_MAX_STATES) | ReachabilityCompiler | static |
| compileAll(const std::vector< EdgeRow > &rows, unsigned long source, bool directed, std::size_t max_states=DEFAULT_MAX_STATES) | ReachabilityCompiler | static |
| compileAll(const std::vector< EdgeRow > &rows, const std::vector< SourceArc > &sources, bool directed, std::size_t max_states=DEFAULT_MAX_STATES) | ReachabilityCompiler | static |
| compileAllHops(const std::vector< EdgeRow > &rows, unsigned long source, bool directed, unsigned hop_bound, std::size_t max_states=DEFAULT_MAX_STATES) | ReachabilityCompiler | static |
| compileAllHops(const std::vector< EdgeRow > &rows, const std::vector< SourceArc > &sources, bool directed, unsigned hop_bound, std::size_t max_states=DEFAULT_MAX_STATES) | ReachabilityCompiler | static |
| compileAnyReach(const std::vector< EdgeRow > &rows, const std::vector< SourceArc > &sources, const std::vector< unsigned long > &set, bool directed, std::size_t max_states=DEFAULT_MAX_STATES) | ReachabilityCompiler | static |
| compileAnyReachAll(const std::vector< EdgeRow > &rows, const std::vector< SourceArc > &sources, const std::vector< std::vector< unsigned long > > &sets, bool directed, std::size_t max_states=DEFAULT_MAX_STATES) | ReachabilityCompiler | static |
| compileCoverReach(const std::vector< EdgeRow > &rows, const std::vector< SourceArc > &sources, const std::vector< unsigned long > &set, bool directed, std::size_t max_states=DEFAULT_MAX_STATES) | ReachabilityCompiler | static |
| compileCoverReachAll(const std::vector< EdgeRow > &rows, const std::vector< SourceArc > &sources, const std::vector< std::vector< unsigned long > > &sets, bool directed, std::size_t max_states=DEFAULT_MAX_STATES) | ReachabilityCompiler | static |
| DEFAULT_MAX_STATES | ReachabilityCompiler | static |
| MAX_HOP_BOUND | ReachabilityCompiler | static |