-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* is_apple, is_unix were moved to Sys; Base.Libdl was moved out of Base * Void -> Nothing, IntSet -> BitSet * broadcasting +,= where necessary * kwargs translate to NamedTuple Model.options has become an iterator over pairs: (:kwrd=>val) * fix deprecated constructors Array{T}(n), full(sparse) * Base.@gc_preserve -> GC.@preserve * importall is deprecated import explicitly every function extended in MPBWrapper.jl * dot is in LinearAlgebra; sparse in SparseArrays * using Test, SCS globally in runtests * Pkg is out of Base * Add missing using: LinearAlgebra, SparseArrays, MathProgBase * tidy test_problems * fix: syntax for NamedTuple in setwarmstart! * using Compat where necessary * add VERSION-dependent addoption!(::SCSMathProgModel, option, value) * add VERSION-dependent check for warmstarting * remove superfluous @compat
- Loading branch information
Showing
13 changed files
with
683 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
using Base.Test | ||
using Compat.Test | ||
using SCS | ||
|
||
tests = ["direct.jl", | ||
"indirect.jl", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.