Skip to content

Commit

Permalink
Merge pull request #12 from blegat/README_fix
Browse files Browse the repository at this point in the history
Fix README example
  • Loading branch information
mykelk committed Jul 15, 2020
2 parents e5ba90a + d3502ef commit 2865372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,8 +17,8 @@ Basic usage:
>>> x2 = add_var(manager)
>>> ref(x2)
>>> f = add_apply(manager, add_plus_c, x1, x2)
>>> get_value(evaluate(manager, f, [1, 1]))
2
>>> get_value(evaluate(manager, f, Cint[1, 1]))
2.0
```

For further examples, see the Julia notebook in the ``docs`` folder.
Expand Down

0 comments on commit 2865372

Please sign in to comment.