- The master branch has the development of the next micro release
- The develop branch has the development of the next minor/major release
For the complete list of releases go to: https://github.com/pgRouting/pgorpy/releases
Status of the project can be found here
pgORpy extends the pgRouting/PostGIS/PostgreSQL geospatial database to provide OR-tools functionaily on the PostgreSQL database.
This library is under development and currently contains the following functions:
por_knapsack
por_bin_packing
por_multiple_knapsack
The detailed steps for installation can be found here.
- Perl
- Postgresql not on EOL
- CMake >= 3.17
- Sphinx > 4.0.0
- OR-tools == 9.10.4067
For Linux
mkdir build
cd build
cmake ..
sudo make install
Create the extension
createdb mydatabase
psql mydatabase -c "CREATE EXTENSION pgorpy CASCADE"
See online documentation: https://pgorpy.pgrouting.org/latest/en/index.html