Skip to content

Commit

Permalink
Test Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Mar 25, 2018
1 parent 0d6163d commit 857e010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/D1_Interval_Test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ solveBnB!(solver,model5)
c5 = getobjval(model5)
@test c5 == 1.5625

solver.Preprocess = (feas_Pre,nsBox,UBDg,k_int,pos,opt) -> (false,nsBox)
solver.Preprocess = (feas_Pre,nsBox,UBDg,k_int,pos,opt,LBDn,UBDn,x,y) -> (false,nsBox)
solver.Lower_Prob = (X,k,p,opt,temp) -> [opt[1](X).lo,mid.(X),true,[]]
solver.Upper_Prob = (X,k,p,opt,temp) -> [((k==2) ? opt[1](X).hi : Inf),mid.(X),false,[]]
model4 = BnBModel(X)
Expand Down

0 comments on commit 857e010

Please sign in to comment.