文件名称:LPSolver:单纯形算法在Java中的实现
文件大小:4.27MB
文件格式:ZIP
更新时间:2024-06-25 04:21:11
Java
求解器 Java 中的线性规划求解器。 安装和功能 编译求解器: make 启动它 ./toto file.lp [OPTIONS] 例子: ./toto lp_examples/mobilePhone.lp -rationals -debug 高效模式 要在大型条目上使用它,请将其与双打一起使用: time ./toto lp_examples/generated-100-10000.lp -double 或者: time ./totoopt lp_examples/generated-100-10000.lp ./toto lp_examples/generated-100-10000.lp -double 33.11s user 2.80s system 224% cpu 15.981 total 生成 pdf(当然,仅适用于小实例) ./totoprin
【文件预览】:
LPSolver-master
----totoprint(122B)
----lp_examples()
--------generated-100-100.lp(119KB)
--------sparse_example.pl(38KB)
--------mobilePhone.lp(1KB)
--------complexExample.lp(5KB)
--------generated-100-1000.lp(1.14MB)
--------pl_example.lp(60B)
--------generated-100-10000.lp(11.41MB)
----toto(76B)
----totoopt(84B)
----src()
--------fr()
----antlr-4.5-complete.jar(1.47MB)
----Makefile(318B)
----README.md(3KB)
----example.lp(5KB)