Documentation ¶ Index ¶ func SolveLPWithGLPK(lpFile string, timeoutSeconds ...int) (*insyra.DataTable, *insyra.DataTable) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SolveLPWithGLPK ¶ func SolveLPWithGLPK(lpFile string, timeoutSeconds ...int) (*insyra.DataTable, *insyra.DataTable) SolveLPWithGLPK 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. Types ¶ This section is empty. Source Files ¶ View all Source files init.golp.go Click to show internal directories. Click to hide internal directories.