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).
C++ solver for minimum cost flow and its SQL wrappers
src/ all code and make files.
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;
pgNetworkflow is released under the Mulan PSL v2 License.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。