Skip to content

Commit

Permalink
Update nonlinear.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Aug 30, 2023
1 parent fa036af commit 475aba4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/src/manual/nonlinear.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,16 +275,16 @@ ifelse((x < -1) || (x >= 1), x², 0.0)

The available functions are:

| JuMP function | Julia function |
| :--------------------------------- | :------------- |
| [`op_ifelse`](@ref) | `ifelse` |
| [`op_and`](@ref) | `&&` |
| [`op_or`](@ref) | `\|\|` |
| [`op_greater_than_or_equal_to`](@ref) | `>=` |
| [`op_less_than_or_equal_to`](@ref) | `<=` |
| [`op_equal_to`](@ref) | `==` |
| [`op_strictly_greater_than`](@ref) | `>` |
| [`op_strictly_less_than`](@ref) | `<` |
| JuMP function | Julia function |
| :------------------------------------ | :------------- |
| [`op_ifelse`](@ref) | `ifelse` |
| [`op_and`](@ref) | `&&` |
| [`op_or`](@ref) | `\|\|` |
| [`op_greater_than_or_equal_to`](@ref) | `>=` |
| [`op_less_than_or_equal_to`](@ref) | `<=` |
| [`op_equal_to`](@ref) | `==` |
| [`op_strictly_greater_than`](@ref) | `>` |
| [`op_strictly_less_than`](@ref) | `<` |

### Fields

Expand Down

0 comments on commit 475aba4

Please sign in to comment.