mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-05 13:23:57 +00:00
rogueviz:: dhrg:: Lf to llf
This commit is contained in:
parent
fa99e83019
commit
6aecf921bf
@ -342,7 +342,7 @@ void compute_betweenness(bool verify) {
|
|||||||
auto b = betweenness3(c1);
|
auto b = betweenness3(c1);
|
||||||
// add_to_set(c1, 1, 0);
|
// add_to_set(c1, 1, 0);
|
||||||
auto b4 = betweenness4(c1);
|
auto b4 = betweenness4(c1);
|
||||||
print(hlog, hr::format("B;%10lld;%10lld;%20.10Lf;%3d;%-40s", b.first, b.second, b4, vertices[i]->lev, rogueviz::vdata[i].name.c_str()));
|
print(hlog, hr::format("B;%10lld;%10lld;%20.10llf;%3d;%-40s", b.first, b.second, b4, vertices[i]->lev, rogueviz::vdata[i].name.c_str()));
|
||||||
if(verify) {
|
if(verify) {
|
||||||
/*
|
/*
|
||||||
betweenness_type a = b.first;
|
betweenness_type a = b.first;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user