Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VehicleRoutingBlock

A SMS++ module for modeling ...

Getting started

These instructions will let you build VehicleRoutingBlock and DPBinaryKnapsackSolver on your system.

Requirements

Build and install with CMake

Configure and build the library with:

mkdir build
cd build
cmake ..
make

The library has the same configuration options of SMS++.

Optionally, install the library in the system with:

sudo make install

Usage with CMake

After the library is built, you can use it in your CMake project with:

find_package(VehicleRoutingBlock)
target_link_libraries(<my_target> SMS++::VehicleRoutingBlock)

Build and install with makefiles

TODO

Getting help

If you need support, you want to submit bugs or propose a new feature, you can open a new issue.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting merge requests to us.

Authors

Current Lead Authors

  • Antonio Frangioni
    Operations Research Group
    Dipartimento di Informatica
    Università di Pisa

  • Alì Ghezelsoflu
    Operations Research Group
    Dipartimento di Informatica
    Università di Pisa

License

This code is provided free of charge under the GNU Lesser General Public License version 3.0 - see the LICENSE file for details.

Disclaimer

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.

About

A Block for Multi-Period Vehicle Routing Problem. | mirror of https://gitlab.com/smspp/vehicleroutingblock

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages