Skip to content

Commit

Permalink
[docs] Fix typo in callbacks (#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Mar 9, 2021
1 parent 3ba8d43 commit 54c8b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual/callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ MOI.set(model, MOI.LazyConstraintCallback(), my_callback_function)
nodes in the branch-and-bound tree. There is no guarantee that the
callback is called at _every_ primal solution.

!!! warn
!!! warning
Only add a lazy constraint if your primal solution violates the constraint.
Adding the lazy constraint irrespective of feasibility may result in the
solver returning an incorrect solution, or lead to a large number of
Expand Down

0 comments on commit 54c8b58

Please sign in to comment.