From c70a674ec6c54704c7e0ad746062963aba8cfce5 Mon Sep 17 00:00:00 2001 From: Robin Deits Date: Wed, 16 May 2018 12:39:46 -0400 Subject: [PATCH] fix test --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index 8ac99bd..d62040c 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,5 +1,6 @@ using ConditionalJuMP using ConditionalJuMP: switch!, _getvalue, UnhandledComplementException, hascomplement, getindicator!, disjunction!, isjump, Conditional +using IntervalArithmetic: Interval using JuMP using Cbc using Base.Test