Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
linprog
master
GLPK
Driver
LinProg
Bound
Constraint
Direction
Error
LinearCombination
Problem
SymbolProblem
Variable
VarID
Linprog
Number
Symphony
FileFormat
Solver
Status
Built with Crystal 1.9.2
2023-10-08 10:48:16 UTC
enum
GLPK::Driver
Defined in:
linprog/glpk.cr
Enum Members
Simplex
=
0
Exact
=
1
Interior
=
2
MIP
=
3
Instance Method Summary
#exact?
#interior?
#mip?
#simplex?
Instance Method Detail
def
exact?
#
[
View source
]
def
interior?
#
[
View source
]
def
mip?
#
[
View source
]
def
simplex?
#
[
View source
]