A SMS++ module for modeling ...
These instructions will let you build VehicleRoutingBlock and DPBinaryKnapsackSolver on your system.
Configure and build the library with:
mkdir build
cd build
cmake ..
makeThe library has the same configuration options of SMS++.
Optionally, install the library in the system with:
sudo make installAfter the library is built, you can use it in your CMake project with:
find_package(VehicleRoutingBlock)
target_link_libraries(<my_target> SMS++::VehicleRoutingBlock)TODO
If you need support, you want to submit bugs or propose a new feature, you can open a new issue.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting merge requests to us.
-
Antonio Frangioni
Operations Research Group
Dipartimento di Informatica
Università di Pisa -
Alì Ghezelsoflu
Operations Research Group
Dipartimento di Informatica
Università di Pisa
This code is provided free of charge under the GNU Lesser General Public License version 3.0 - see the LICENSE file for details.
The code is currently provided free of charge under an open-source license. As such, it is provided "as is", without any explicit or implicit warranty that it will properly behave or it will suit your needs. The Authors of the code cannot be considered liable, either directly or indirectly, for any damage or loss that anybody could suffer for having used it. More details about the non-warranty attached to this code are available in the license description file.