1#ifndef PROBFD_ALGORITHMS_TYPES_H
2#define PROBFD_ALGORITHMS_TYPES_H
4#include "probfd/interval.h"
13template <
bool UseInterval>
This namespace contains implementations of SSP search algorithms.
Definition acyclic_value_iteration.h:22
std::conditional_t< UseInterval, Interval, value_t > AlgorithmValue
Convenience value type alias for algorithms selecting interval iteration behaviour based on a templat...
Definition types.h:14