-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from algosup/dev
Second stable version
- Loading branch information
Showing
20 changed files
with
923 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
cd "$(dirname "$0")" | ||
clear | ||
g++ -std=c++17 main.cpp ../Libraries/Tinyxml2/tinyxml2.cpp -o Bin/pathQuick | ||
# Compile for unit tests | ||
g++ -std=c++17 main.cpp ../Libraries/Tinyxml2/tinyxml2.cpp -o ../UnitTesting/Bin/pathQuick | ||
./Bin/pathQuick |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
cd "$(dirname "$0")" | ||
g++ -std=gnu++20 -O3 -o Bin/server Api/server.cpp ../Libraries/Tinyxml2/tinyxml2.cpp | ||
# Compile for unit tests | ||
g++ -std=gnu++20 -O3 -o ../UnitTesting/Bin/server Api/server.cpp ../Libraries/Tinyxml2/tinyxml2.cpp | ||
clear | ||
./Bin/server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
g++ -std=gnu++20 -O3 -o Bin/unitTesting unitTesting.cpp | ||
clear | ||
./Bin/unitTesting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"path": [ | ||
123, | ||
82031, | ||
100, | ||
99, | ||
120, | ||
121, | ||
122, | ||
82045, | ||
82044, | ||
82043, | ||
82037, | ||
82035, | ||
82036, | ||
82033, | ||
82163, | ||
82164, | ||
82135, | ||
82134, | ||
82136, | ||
4386, | ||
93, | ||
83, | ||
56, | ||
189, | ||
186, | ||
187, | ||
283, | ||
143, | ||
132, | ||
128, | ||
129, | ||
280, | ||
127, | ||
126, | ||
242, | ||
319, | ||
320, | ||
321 | ||
], | ||
"time": 296801 | ||
} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
1,2,18 | ||
1,3,6 | ||
1,5,15 | ||
1,7,13 | ||
1,9,19 | ||
2,3,9 | ||
2,4,7 | ||
2,8,5 | ||
3,4,17 | ||
3,6,2 | ||
3,8,11 | ||
4,5,10 | ||
4,6,3 | ||
4,10,16 | ||
5,6,14 | ||
5,8,4 | ||
6,7,12 | ||
7,8,8 | ||
7,9,20 | ||
8,9,1 |
Oops, something went wrong.