Skip to content
Snippets Groups Projects
Commit e364647f authored by Bentriou Mahmoud's avatar Bentriou Mahmoud
Browse files

forgot delete a print

parent 9e57c693
No related branches found
No related tags found
No related merge requests found
......@@ -406,7 +406,6 @@ function smc_chernoff(sm::SynchronizedModel; approx::Float64 = 0.01, confidence:
@assert sm.automaton.name in ["F property", "G property", "G and F property"]
nbr_sim = log(2/(1-confidence)) / (2*approx^2)
nbr_sim = convert(Int, trunc(nbr_sim)+1)
@show nbr_sim
return probability_var_value_lha(sm, nbr_sim)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment