File tree Expand file tree Collapse file tree 11 files changed +55
-0
lines changed
Expand file tree Collapse file tree 11 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright (c) 2017: Benoît Legat and contributors
2+ #
3+ # Use of this source code is governed by an MIT-style license that can be found
4+ # in the LICENSE.md file or at https://opensource.org/licenses/MIT.
5+
16import MathOptInterface as MOI
27
38const MAX_MAJITER = 100_000
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2017: Benoît Legat and contributors
2+ #
3+ # Use of this source code is governed by an MIT-style license that can be found
4+ # in the LICENSE.md file or at https://opensource.org/licenses/MIT.
5+
16module SDPLR
27
38import SDPLR_jll
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2017: Benoît Legat and contributors
2+ #
3+ # Use of this source code is governed by an MIT-style license that can be found
4+ # in the LICENSE.md file or at https://opensource.org/licenses/MIT.
5+
16"""
27 pataki(m, n = 0)
38
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2017: Benoît Legat and contributors
2+ #
3+ # Use of this source code is governed by an MIT-style license that can be found
4+ # in the LICENSE.md file or at https://opensource.org/licenses/MIT.
5+
16module TestMOI
27
38using Test
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2017: Benoît Legat and contributors
2+ #
3+ # Use of this source code is governed by an MIT-style license that can be found
4+ # in the LICENSE.md file or at https://opensource.org/licenses/MIT.
5+
16module TestBounds
27
38using Test
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2017: Benoît Legat and contributors
2+ #
3+ # Use of this source code is governed by an MIT-style license that can be found
4+ # in the LICENSE.md file or at https://opensource.org/licenses/MIT.
5+
16include (" test_vibra.jl" )
27include (" test_simple.jl" )
38include (" test_maxcut.jl" )
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2017: Benoît Legat and contributors
2+ #
3+ # Use of this source code is governed by an MIT-style license that can be found
4+ # in the LICENSE.md file or at https://opensource.org/licenses/MIT.
5+
16blksz = Cptrdiff_t[2 ]
27blktype = Cchar[' s' ]
38b = Cdouble[1 ]
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2017: Benoît Legat and contributors
2+ #
3+ # Use of this source code is governed by an MIT-style license that can be found
4+ # in the LICENSE.md file or at https://opensource.org/licenses/MIT.
5+
16using Test
27import SDPLR
38using LinearAlgebra
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2017: Benoît Legat and contributors
2+ #
3+ # Use of this source code is governed by an MIT-style license that can be found
4+ # in the LICENSE.md file or at https://opensource.org/licenses/MIT.
5+
16using Test
27import SDPLR
38import Random
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2017: Benoît Legat and contributors
2+ #
3+ # Use of this source code is governed by an MIT-style license that can be found
4+ # in the LICENSE.md file or at https://opensource.org/licenses/MIT.
5+
16using Test
27import SDPLR
38import Random
You can’t perform that action at this time.
0 commit comments