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

Reusable storage for deterministic tactical assignment. More...

#include <tess/spatial/tactical_assignment.h>

Public Member Functions

void reserve (std::size_t request_count, std::size_t candidate_count)

Friends

template<typename ScoreFn>
auto assign_tactical_candidates_greedy (std::span< const TacticalRequest > requests, std::span< const TacticalCandidate > candidates, ScoreFn &&score, TacticalAssignmentScratch &scratch) -> TacticalAssignmentResult
 Greedily assigns scarce candidates in priority and stable-ID order.

Detailed Description

Reusable storage for deterministic tactical assignment.


The documentation for this class was generated from the following file: