AIToolbox
A library that offers tools for AI problem solving.
APSP.hpp File Reference

Go to the source code of this file.

Namespaces

 AIToolbox
 
 AIToolbox::Factored
 

Functions

template<typename Factor >
auto AIToolbox::Factored::buildAdjacencyList (const Action &A, const FactorGraph< Factor > &graph)
 
template<typename Factor >
size_t AIToolbox::Factored::APSP (const FactorGraph< Factor > &graph)
 This function solves the APSP problem for the provided graph. More...
 
template<typename Factor >
auto AIToolbox::Factored::buildAdjacencyList (const FactorGraph< Factor > &graph)
 This function computes an adjacency list between the variables of the input graph. More...