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
class
LinProg::Constraint
LinProg::Constraint
Reference
Object
Defined in:
linprog/variable.cr
Constructors
.new
(is_equality : Bool, combination : LinProg::LinearCombination)
Instance Method Summary
#combination
: LinearCombination
#is_equality
: Bool
#is_equality=
(is_equality : Bool)
#satisfied
Constructor Detail
def self.
new
(is_equality : Bool, combination :
LinProg::LinearCombination
)
#
[
View source
]
Instance Method Detail
def
combination
:
LinearCombination
#
[
View source
]
def
is_equality
: Bool
#
[
View source
]
def
is_equality=
(is_equality : Bool)
#
[
View source
]
def
satisfied
#
[
View source
]