tess 1.0.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::PibtRanking Concept Reference

Requirements on a ranking callable supplied to the PIBT movement tier. More...

#include <tess/sim/pibt_movement.h>

Concept definition

template<typename Ranking>
concept PibtRanking = requires(Ranking& rank, std::size_t agent, Coord3 coord) {
{ rank(agent, coord) } -> std::convertible_to<std::uint32_t>;
}
Requirements on a ranking callable supplied to the PIBT movement tier.
Definition pibt_movement.h:99
Definition shape.h:46

Detailed Description

Requirements on a ranking callable supplied to the PIBT movement tier.