Skip to content

Commit

Permalink
✏️ tries -> attempts to (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored and mlubin committed Nov 16, 2018
1 parent ef17037 commit c86a9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/solvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ optimizer:
corresponding to the two JuMP modes with the same names.
* `LazyBridgeOptimizer` (this can be disabled using the `bridge_constraints`
keyword argument to [`Model`](@ref) constructor): when a constraint added is
not supported by the optimizer, it tries transform the constraint into an
equivalent form, possibly adding new variables and constraints that are
not supported by the optimizer, it attempts to transform the constraint into
an equivalent form, possibly adding new variables and constraints that are
supported by the optimizer. The applied transformations are selected among
known recipes which are called bridges. A few default bridges are defined in
MOI but new ones can be defined and added to the `LazyBridgeOptimizer` used by
Expand Down

0 comments on commit c86a9da

Please sign in to comment.