- Fixed bug in printing.
- Algorithm should work again.
This commit is contained in:
parent
f25f0abd4e
commit
8fa7c4e839
@ -343,7 +343,7 @@ proof_suppose_run (const int run, const int oldlength, const int newlength)
|
|||||||
eprintf (" of");
|
eprintf (" of");
|
||||||
else
|
else
|
||||||
eprintf (" to");
|
eprintf (" to");
|
||||||
eprintf (" length %i");
|
eprintf (" length %i", newlength);
|
||||||
}
|
}
|
||||||
eprintf ("\n");
|
eprintf ("\n");
|
||||||
}
|
}
|
||||||
@ -825,8 +825,8 @@ bind_goal_new_encrypt (const Binding b)
|
|||||||
can_be_encrypted = 1;
|
can_be_encrypted = 1;
|
||||||
run = semiRunCreate (INTRUDER, I_RRS);
|
run = semiRunCreate (INTRUDER, I_RRS);
|
||||||
rd = sys->runs[run].start;
|
rd = sys->runs[run].start;
|
||||||
//rd->message = termDuplicateUV (t1);
|
rd->message = termDuplicateUV (t1);
|
||||||
//rd->next->message = termDuplicateUV (t2);
|
rd->next->message = termDuplicateUV (t2);
|
||||||
rd->next->next->message = termDuplicateUV (term);
|
rd->next->next->message = termDuplicateUV (term);
|
||||||
index = 2;
|
index = 2;
|
||||||
proof_suppose_run (run, 0, index + 1);
|
proof_suppose_run (run, 0, index + 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user