Skip to content

Commit

Permalink
maxsens resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerarnon committed Jan 14, 2019
1 parent 45b4d3c commit 4c116ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sanity.jl
Expand Up @@ -43,7 +43,7 @@ problem_unsat_hyper_hs = Problem(small_nnet, input_hyper, HPolytope([

# GROUP 1 # Input: HPolytope, Output: HPolytope
# group1 = [MaxSens(), ExactReach(), Ai2()]
group1 = [MaxSens(), ExactReach()] # Ai2 is 100% broken right now so dropping it
group1 = [MaxSens(resolution = 0.6), ExactReach()] # Ai2 is 100% broken right now so dropping it
for solver in group1
printtest(solver, problem_sat_hpoly_hpoly_bounded, problem_unsat_hpoly_hpoly_bounded)
end
Expand Down

0 comments on commit 4c116ec

Please sign in to comment.