Skip to content

Commit

Permalink
drop Convex.jl example from README
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Oct 21, 2018
1 parent 63836b9 commit 4267bfe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,3 @@ m = JuMP.Model()
@constraint(m, norm(x) <= t)
ConicBenchmarkUtilities.jump_to_cbf(m, "soctest", "soctest.cbf")
```

## How to write a Convex.jl model to CBF form:

```jl
x = Convex.Variable()
problem = Convex.minimize( exp(x), x >= 1 )
ConicBenchmarkUtilities.convex_to_cbf(problem, "exptest", "exptest.cbf")
```

0 comments on commit 4267bfe

Please sign in to comment.