Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Create a private struct to hold search data
authorMaxwell Pirtle <maxwellpirtle@gmail.com>
Fri, 24 Feb 2023 12:52:40 +0000 (13:52 +0100)
committerMaxwell Pirtle <maxwellpirtle@gmail.com>
Mon, 27 Feb 2023 08:24:17 +0000 (09:24 +0100)
commite0291c3be86c4482308403ad2b02a14888dbd8a7
tree50bda1eedae9347f0fdec139c4a520042733e77f
parentb606642449a8aca5f340e6de33025c7099bf8385
Create a private struct to hold search data

This commits replaces the three separate maps
used to keep track of per-event data in favor
of a single map which maps events to a struct with
three fields
src/mc/explo/udpor/Configuration.cpp