1 Star 0 Fork 0

leitl/pgnetworkflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

pgNetworkflow: A C/C++ extension of PostgreSQL for solving the (Minimum Cost) Network Flow problem to support geospatial data conflation as described in the following article:

Lei, T.L. (2020, in press). Geospatial data conflation: a formal approach based on optimization and relational databases. International Journal of Geographical Information Science.

Copyright (c) 2020 Ting Lei (leiting@gmail.com).

Detail

C++ solver for minimum cost flow and its SQL wrappers

Directories

src/ all code and make files.

Install instructions

The extension has been only tested under Ubuntu 18.04 with default C++ compilers. It should also work with other Linux distributions/OSes with standard compiliant compilers. It has the LEMON Graph library (https://lemon.cs.elte.hu/trac/lemon/) as its dependency. Under Ubuntu 18.04, it can be installed with

sudo apt-get install liblemon-dev

To compile and install the extension under Ubuntu:

sudo make with_llvm=no -C src/ clean && make with_llvm=no -C src/ && sudo make with_llvm=no -C src/ install

Then, execute the following PostgreSQL statement as a database superuser:

CREATE EXTENSION pgnetworkflow; 

License

pgNetworkflow is released under the Mulan PSL v2 License.

空文件

简介

pgNetworkflow: A C/C++ extension of PostgreSQL for solving the (Minimum Cost) Network Flow problem 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/leitl/pgnetworkflow.git
git@gitee.com:leitl/pgnetworkflow.git
leitl
pgnetworkflow
pgnetworkflow
master

搜索帮助