diff --git a/Project.toml b/Project.toml index dd1a611..f108eb4 100644 --- a/Project.toml +++ b/Project.toml @@ -9,5 +9,5 @@ SDPLR_jll = "3a057b76-36a0-51f0-a66f-6d580b8e8efd" [compat] MathOptInterface = "1.22" -SDPLR_jll = "100.1.300" +SDPLR_jll = "=100.2.300" julia = "1.6" diff --git a/src/SDPLR.jl b/src/SDPLR.jl index f799b5d..b08285a 100644 --- a/src/SDPLR.jl +++ b/src/SDPLR.jl @@ -66,7 +66,7 @@ matrices `C`, `A_1`, ..., `A_m`, `X` that are block diagonal with `numblk` blocks and `b` is a length-`m` vector. -Each block `1 <= k <= numblk` is has dimension `blksz[k] × blksz[k]`. +Each block `1 <= k <= numblk` has dimension `blksz[k] × blksz[k]`. The `k`th block of `X` is computed as `R * R'` where `R` is of size `blksz[k] × maxranks[k]` if `blktype[k]` is `Cchar('s')` and `Diagonal(R)` where `R` is a vector of size `blksz[k]` if `blktype[k]` diff --git a/test/MOI_wrapper.jl b/test/MOI_wrapper.jl index 40ec2eb..d5f467b 100644 --- a/test/MOI_wrapper.jl +++ b/test/MOI_wrapper.jl @@ -55,14 +55,6 @@ function test_runtests() r"test_conic_SecondOrderCone_no_initial_bound$", r"test_linear_add_constraints$", r"test_modification_affine_deletion_edge_cases$", - # Surprise! Got a quadratic function!, needs https://github.com/sburer/sdplr/pull/2 - r"test_constraint_ScalarAffineFunction_GreaterThan$", - r"test_constraint_ScalarAffineFunction_EqualTo$", - r"test_constraint_ScalarAffineFunction_Interval$", - r"test_linear_LessThan_and_GreaterThan$", - r"test_linear_modify_GreaterThan_and_LessThan_constraints$", - r"test_modification_const_vectoraffine_zeros$", - r"test_linear_VectorAffineFunction$", ], ) return