Skip to content

Commit 7e54322

Browse files
committed
export signs
1 parent 3343696 commit 7e54322

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/Convex.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ export isposdef, ⪰, ⪯ # PSD constraints
2525
export socp
2626

2727
# Variables
28-
export Constant, ComplexVariable, HermitianSemidefinite, Positive, Semidefinite, Variable
28+
export Constant, ComplexVariable, HermitianSemidefinite, Semidefinite, Variable
2929
export curvature, evaluate, fix!, free!, monotonicity, sign, vexity
3030

31+
# Signs
32+
export Positive, Negative, ComplexSign, NoSign
33+
3134
# Problems
3235
export add_constraint!, add_constraints!, maximize, minimize, Problem, satisfy, solve!
3336

test/test_utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Convex: AbstractExpr, ComplexSign, ConicObj, Negative, NoSign
1+
using Convex: AbstractExpr, ConicObj
22

33
@testset "Utilities" begin
44

0 commit comments

Comments
 (0)