logo
首页技术栈工具库讨论
limp

limp

This package provides two representations for linear programs: Numeric.Limp.Program, which is what I expect end-users to use, and Numeric.Limp.Canon, which is simpler, but would be less nice for writing linear programs. You can convert programs from the Program representation to the Canon representation using Numeric.Limp.Canon.Convert, and then pretty-print the program using Numeric.Limp.Canon.Pretty. There is a very simple branch-and-bound solver in Numeric.Limp.Solve.Branch.Simple, and a simplex solver for relaxed (real only) programs in Numeric.Limp.Solve.Simplex.Maps. See the limp-cbc package for a simple external solver.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconamosr/limp16
HACKAGE
carbal install limp
查看
标签
根据用户添加的标签生成
暂无标签