added presentation, related code, and forgotten tex changes
This commit is contained in:
@@ -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();}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user