Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsipher committed Nov 16, 2023
1 parent 7aaa3c8 commit 1e6dbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function JuMP.add_variable(
idx = _MOIUC.add_item(_logical_variables(model), data)
lvref = LogicalVariableRef(model, idx)
_set_ready_to_optimize(model, false)
# add the assocviated binary variables
# add the associated binary variables
bvref = _make_binary_variable(model, v, name)
_add_logical_info(bvref, v)
_indicator_to_binary(model)[lvref] = bvref
Expand Down

0 comments on commit 1e6dbe2

Please sign in to comment.