added presentation, related code, and forgotten tex changes

This commit is contained in:
2016-07-01 10:22:29 +02:00
parent 1d64cedd29
commit f63ae7fe85
47 changed files with 4941 additions and 8 deletions

View File

@@ -18,6 +18,7 @@
#include "eval/PaperVisDijkstra.h"
#include "eval/PaperVisGrid.h"
#include "presentation/presentation.h"
float BarometerEvaluation::barometerSigma = NAN;
@@ -85,9 +86,12 @@ void testModelWalk() {
int main(void) {
Presentation p;
p.xxx();
// testModelWalk();
Eval1 eval;
//Eval1 eval;
// //eval.path2_forward_simple();
// //eval.path2_forward_path();
// //eval.path3_forward_simple();
@@ -113,10 +117,10 @@ int main(void) {
// {Eval1 eval; eval.bergwerk_path3_nexus_multi(); eval.run();}
// {Eval1 eval; eval.bergwerk_path3_nexus_shortest(); eval.run();}
{Eval1 eval; eval.bergwerk_path4_nexus_simple(); eval.run();}
//{Eval1 eval; eval.bergwerk_path4_nexus_simple(); eval.run();}
//{Eval1 eval; eval.bergwerk_path4_nexus_imp(); eval.run();}
{Eval1 eval; eval.bergwerk_path4_nexus_multi(); eval.run();}
{Eval1 eval; eval.bergwerk_path4_nexus_shortest(); eval.run();}
//{Eval1 eval; eval.bergwerk_path4_nexus_multi(); eval.run();}
//{Eval1 eval; eval.bergwerk_path4_nexus_shortest(); eval.run();}