Skip to content

pgRouting/pgorpy

pgORpy - making accessible or-tools on the database

Join the chat at https://gitter.im/pgRouting/pgrouting Join discourse

STATUS

Branches

  • 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

LINKS

STATUS

Status of the project can be found here

INTRODUCTION

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.

REQUIREMENTS

Building requirements

  • Perl
  • Postgresql not on EOL
  • CMake >= 3.17
  • Sphinx > 4.0.0
  • OR-tools == 9.10.4067

Building

For Linux

mkdir build
cd build
cmake ..
sudo make install

Using

Create the extension

createdb mydatabase
psql mydatabase -c "CREATE EXTENSION pgorpy CASCADE"

Documentation

See online documentation: https://pgorpy.pgrouting.org/latest/en/index.html

LICENSE

About

OR-tools python accessible from the database

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published