Skip to content

Commit

Permalink
Simplify with VariablesContainer (#177)
Browse files Browse the repository at this point in the history
* Simplify with VariablesContainer

* Fixes

* Bump MOI to v0.10.4

* Cleanup

* Initialize start to nothing, not NaN

* Fix starting values

* Exclude failing tests

* Exclude solve_qcp_edge_cases for 32 bits
  • Loading branch information
blegat authored Jan 5, 2022
1 parent 17de9fb commit a7998c1
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 258 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
NLopt_jll = "079eb43e-fd8e-5478-9966-2cf3e3edb778"

[compat]
MathOptInterface = "0.10.1"
MathOptInterface = "0.10.4"
MathProgBase = "0.5, 0.6, 0.7, 0.8"
NLopt_jll = "2.7"
julia = "1.3"
Expand Down
Loading

0 comments on commit a7998c1

Please sign in to comment.