Skip to content
Snippets Groups Projects
Commit 007efa3a authored by erwan's avatar erwan
Browse files

test: fix an expected result

parent bf62e502
No related branches found
No related tags found
No related merge requests found
Pipeline #138615 failed
......@@ -5,12 +5,12 @@ type state = int;
const bigN = 2*card;
node st_KK06_algo2_oracle<<const an:int; const pn:int>>(leg:bool; Enab,Acti:bool^an^pn; Config: int^pn;round:bool; round_nb:int)
node st_KK06_algo2_oracle<<const an:int; const pn:int>>(leg:bool; potential: real;Enab,Acti:bool^an^pn; Config: int^pn;round:bool; round_nb:int)
returns (ok:bool);
var
moves : int;
let
-- Theorem 5. Algorithm 2 stabilizes in O(N n diam(G)) moves.
-- Theorem 5. Algorithm 2 stabilizes in O(N n diam(G)) moves.
moves = count_move<<an,pn>>(Acti);
ok = moves <= bigN * card * diameter ;
tel
\ No newline at end of file
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