Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace xbt_heap with boost::heap for surf actions.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 12 Nov 2017 21:37:43 +0000 (22:37 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 13 Nov 2017 13:29:22 +0000 (14:29 +0100)
commitb56f5db19216ad6717f65e0c52383c87bad6e043
treef0b5af97f41cbfc1e2a054a25914abb639565cf9
parentbe79f9bbdee8f1458cb67e2644d48783dad66fb9
Replace xbt_heap with boost::heap for surf actions.

Use a stable order to ensure reproducibility.

Note: it's not fully tested if pairing_heap is the best choice among
availables heaps (binomial, fibonacci, ...). It's easy to change if
needed.
src/surf/cpu_cas01.cpp
src/surf/cpu_ti.cpp
src/surf/network_cm02.cpp
src/surf/surf_interface.cpp
src/surf/surf_interface.hpp