We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aaa3c8 commit 1e6dbe2Copy full SHA for 1e6dbe2
src/variables.jl
@@ -95,7 +95,7 @@ function JuMP.add_variable(
95
idx = _MOIUC.add_item(_logical_variables(model), data)
96
lvref = LogicalVariableRef(model, idx)
97
_set_ready_to_optimize(model, false)
98
- # add the assocviated binary variables
+ # add the associated binary variables
99
bvref = _make_binary_variable(model, v, name)
100
_add_logical_info(bvref, v)
101
_indicator_to_binary(model)[lvref] = bvref
0 commit comments