Skip to content

Commit

Permalink
Updated instances generators
Browse files Browse the repository at this point in the history
Added some instances for TestRun and ConvexHull
  • Loading branch information
nicill authored and Azzaare committed Jun 6, 2017
1 parent f67c8f1 commit d452e25
Show file tree
Hide file tree
Showing 12 changed files with 3,297 additions and 53 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
# cmake.exe .. -G "Visual Studio 12 2013"
# cmake.exe .. -G "Visual Studio 13 2014"
# cmake.exe .. -G "Visual Studio 14 2015"
# cmake.exe .. -G "Visual Studio 15 2017"


# Recent version of CMake required
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ This project is far from being complete and would benefit greatly from future co


## Credits
Although this project is a joint work, based on the theoretical work in [Barba *et al.*](https://arxiv.org/abs/1208.3663), credits belong to specific authors for part of the implementation. The work covering the implementation of the Stack Algorithm framework, the Comrpessed Stack structure and extras functionalities (```include``` and ```extras``` repositories) has been done by [Jean-Francois Baffier](https://github.com/Azzaarehttps://github.com/Azzaare). All the examples and their generating algorithms, along with all the test have been implemented by [Yago Diez](https://github.com/nicill).
Although this project is a joint work, based on the theoretical work in [Barba *et al.*](https://arxiv.org/abs/1208.3663), credits belong to specific authors for part of the implementation. The work covering the implementation of the Stack Algorithm framework, the Compressed Stack structure and extras functionalities (```include``` and ```extras``` repositories) has been done by [Jean-Francois Baffier](https://github.com/Azzaarehttps://github.com/Azzaare). All the examples and their generating algorithms, along with all the test have been implemented by [Yago Diez](https://github.com/nicill).

## License
This project is an open source software under the MIT license. Please check the ```LICENSE``` file for further information.
Loading

0 comments on commit d452e25

Please sign in to comment.