Skip to content

Commit

Permalink
Readd CSDP
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 19, 2017
1 parent 6a840f8 commit 020dc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/solvers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function try_import(name::Symbol)
end

mos = try_import(:Mosek)
csd = false && try_import(:CSDP)
csd = try_import(:CSDP)
scs = try_import(:SCS)

isscs(solver) = contains(string(typeof(solver)),"SCSSolver")
Expand Down

0 comments on commit 020dc6c

Please sign in to comment.