]> git.conrad-schecker.de Git - fj-contracting.git/commit
initial commit
authorConrad Schecker <redacted>
Mon, 9 Feb 2026 09:13:15 +0000 (10:13 +0100)
committerConrad Schecker <redacted>
Mon, 9 Feb 2026 09:13:15 +0000 (10:13 +0100)
commita086007ce11cf30ffc74edf2988c821ef124962e
treeb1cefdc8ca03ccad61965cf0e618da6abe768970
initial commit
17 files changed:
Cargo.toml [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
generate_hrg.sh [new file with mode: 0755]
graphs/graph.txt [new file with mode: 0644]
src/bin/bench.rs [new file with mode: 0644]
src/bin/fixed_graph.rs [new file with mode: 0644]
src/bin/hrg.rs [new file with mode: 0644]
src/fj_contract.rs [new file with mode: 0644]
src/friedkin_johnson.rs [new file with mode: 0644]
src/graphgenerator.rs [new file with mode: 0644]
src/graphloader.rs [new file with mode: 0644]
src/instancegenerator.rs [new file with mode: 0644]
src/instancesimulator.rs [new file with mode: 0644]
src/instancesolver.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/statistics.rs [new file with mode: 0644]