Skip to content

Commit

Permalink
Add scen files
Browse files Browse the repository at this point in the history
  • Loading branch information
OmriKaduri committed Dec 20, 2019
1 parent e30ca12 commit 22211d7
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
bin/Debug/scen
bin/Release/scen
Binary file modified .vs/mapf/v15/.suo
Binary file not shown.
Binary file modified .vs/mapf/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
8 changes: 4 additions & 4 deletions Run.cs
Original file line number Diff line number Diff line change
Expand Up @@ -596,11 +596,11 @@ public Run()
// MA - CBS - Global - 10 / (EPEA */ SIC) choosing the first conflict in CBS nodes
//solvers.Add(new CBS(astar, epea, 10));

//// ICTS + ID
//solvers.Add(new IndependenceDetection(astar, new CostTreeSearchSolverOldMatching(3),true));
// ICTS + ID+AS
solvers.Add(new IndependenceDetection(astar, new CostTreeSearchSolverOldMatching(3),true));

//// EPEA* + ID
//solvers.Add(new IndependenceDetection(astar, epea,true));
// EPEA* + ID+AS
solvers.Add(new IndependenceDetection(astar, epea,true));

// ICTS + ID
solvers.Add(new IndependenceDetection(astar, new CostTreeSearchSolverOldMatching(3)));
Expand Down
Binary file modified bin/Debug/mapf.exe
Binary file not shown.
Binary file modified bin/Debug/mapf.pdb
Binary file not shown.
Binary file modified obj/Debug/mapf.exe
Binary file not shown.
Binary file modified obj/Debug/mapf.pdb
Binary file not shown.

0 comments on commit 22211d7

Please sign in to comment.