Documentation
¶
Overview ¶
`lp` package provides linear programming functionalities using GLPK.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SolveFromFile ¶ added in v0.0.12
SolveFromFile solves an LP file with GLPK and sets a timeout in seconds. Returns two DataTables: one with the parsed results and one with additional info.
func SolveModel ¶ added in v0.0.12
SolveModel solves an LPModel directly by passing the model to GLPK without generating a model file. Returns two DataTables: one with the parsed results and one with additional info.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.