Skip to content

Commit 1e6dbe2

Browse files
committed
fix typo
1 parent 7aaa3c8 commit 1e6dbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variables.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function JuMP.add_variable(
9595
idx = _MOIUC.add_item(_logical_variables(model), data)
9696
lvref = LogicalVariableRef(model, idx)
9797
_set_ready_to_optimize(model, false)
98-
# add the assocviated binary variables
98+
# add the associated binary variables
9999
bvref = _make_binary_variable(model, v, name)
100100
_add_logical_info(bvref, v)
101101
_indicator_to_binary(model)[lvref] = bvref

0 commit comments

Comments
 (0)