用混合整数线性规划法求解缓冲液制备容器的尺寸和分配问题。

untilperfect的Python项目详细描述


LicensePython VersionCode StyleDocumentation Status

untilp完善的应用程序解决了缓冲区准备问题 使用混合i的容器大小和分配问题 linearp程序设计。

源repo位于https://github.com/multipitch/untilperfect

生成位于https://pypi.org/project/untilperfect/

文档位于https://untilperfect.readthedocs.io/

这个项目是由https://github.com/multipitch/dissertation派生的。 论文回购是为我的硕士论文 大学学院商业分析硕士学位 都柏林;进一步的发展已经在这里分叉,以便 论文回购仍处于冻结状态。

通过PIP安装:

$ pip install untilperfect

提供untilperfectcli命令

$ untilperfect --help
usage: model.py [-h] [-b BUFFERS] [-n] [-p PARAMETERS] [-f PATH] [-s SOLVER]
                [-t PROBLEM_TYPE] [-v VESSELS] [-w]

Solves the buffer preparation assignment and selection problem.

optional arguments:
-h, --help            show this help message and exit
-b BUFFERS, --buffers BUFFERS
                      buffers filename (default: 'buffers.csv')
-n, --no-plot         do not generate plot
-p PARAMETERS, --parameters PARAMETERS
                      parameters filename (default: 'parameters.ini')
-f PATH, --path PATH  file path (default: <current working directory>)
-s SOLVER, --solver SOLVER
                      solver to be used (default: 'COIN_CMD')
-t PROBLEM_TYPE, --problem-type PROBLEM_TYPE
                      specify model to solve (default: 'complete'), other
                      model options are 'basic', 'minimized_hold_time',
                      'mimimized_used_volume'
-v VESSELS, --vessels VESSELS
                      vessel filename (default: vessels.csv)
-w, --write           write problem to file in .lp format

根据麻省理工学院的许可证发行。

©Sean Tully 2018-2019年。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
如何使用java向dropup html/css添加项目   如何从java中的向量向量打印   Java Maven库项目模板   java使用atmosphere api还是直接使用grizzly?   java JComponent仅部分显示   如何将动态值传递给自定义注释,以从Java数据进行映射。性质   java破解已实现方法的返回类型的最佳方法?   java Netbeans在JFrame Gui布局中覆盖图像   spring java仅向登录用户显示注销按钮   java如何对com进行身份验证。谷歌。云bigquery。带有服务帐户的BigQuery`   java禁止空字符串参数和抛出RuntimeException以阻止方法继续的利弊   java分析项目中的所有JAR以获取版本和许可证信息   Java,数据库为什么要分配一个新对象,而我们可以直接将它放入数据库