Skip to content

Commit

Permalink
export the function
Browse files Browse the repository at this point in the history
  • Loading branch information
castrong committed Jul 14, 2020
1 parent 4f128ba commit fb3a97c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NeuralVerification.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@ export ReluVal, FastLin, FastLip, DLV

const TOL = Ref(sqrt(eps()))
set_tolerance(x::Real) = (TOL[] = x)
export set_tolerance

end

0 comments on commit fb3a97c

Please sign in to comment.