We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a436e1a commit 7e903b4Copy full SHA for 7e903b4
Project.toml
@@ -1,7 +1,7 @@
1
name = "ECOS"
2
uuid = "e2685f51-7e38-5353-a97d-a921fd2c8199"
3
repo = "https://github.com/jump-dev/ECOS.jl.git"
4
-version = "0.14.0"
+version = "0.14.1"
5
6
[deps]
7
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
src/ECOS.jl
@@ -10,7 +10,6 @@
10
module ECOS
11
12
import ECOS_jll
13
-const ecos = ECOS_jll.libecos
14
15
using CEnum
16
@@ -35,6 +34,7 @@ end
35
34
include("MOI_wrapper/MOI_wrapper.jl")
36
37
function __init__()
+ global ecos = ECOS_jll.libecos
38
libecos_version = VersionNumber(unsafe_string(ECOS_ver()))
39
if libecos_version != v"2.0.8"
40
error(
0 commit comments