Skip to content
Snippets Groups Projects
Commit 3c576535 authored by erwan's avatar erwan
Browse files

refactoring

parent c8b54928
No related branches found
No related tags found
No related merge requests found
(lang dune 2.0) (lang dune 2.0)
(authors "Erwan Jahier")
(maintainers "Erwan Jahier")
...@@ -10,7 +10,7 @@ var ...@@ -10,7 +10,7 @@ var
let let
nb_step = 1 -> pre(nb_step) + 1 ; nb_step = 1 -> pre(nb_step) + 1 ;
All_Acti = all_true<<an,pn>>(Acti); All_Acti = all_true<<an,pn>>(Acti);
res = (((2*diameter-1)>= (2*diameter-1)) and is_connected) res = (((2*diameter-1) >= (2*diameter-1)) and is_connected)
=> (nb_step>=(3*diameter-2)) => All_Acti ; -- Theorem 4.11 page 40 => (nb_step>=(3*diameter-2)) => All_Acti ; -- Theorem 4.11 page 40
tel tel
......
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