Skip to content

Commit 09f2467

Browse files
committed
Remove union definition provided by VN
1 parent 302878b commit 09f2467

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/IntervalConstraintProgramming.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,5 @@ include("setinversion.jl")
3232
include("volume.jl")
3333
include("functions.jl")
3434

35-
import Base.∪
36-
import ValidatedNumerics: IntervalBox
37-
{N,T}(X::IntervalBox{N,T}, Y::IntervalBox{N,T}) =
38-
IntervalBox( [(x y) for (x,y) in zip(X, Y)]... )
3935

4036
end # module

0 commit comments

Comments
 (0)