mirror of
https://github.com/kalmarek/SmallHyperbolic
synced 2024-11-27 16:35:26 +01:00
add second cheap KnuthBedix run
This commit is contained in:
parent
29c4e84fac
commit
1e217552b0
@ -92,6 +92,7 @@ O.maxstates := 1000*$maxeqns;;
|
|||||||
|
|
||||||
before := Runtimes();;
|
before := Runtimes();;
|
||||||
$reduction(rws);
|
$reduction(rws);
|
||||||
|
KnuthBendix(rws);
|
||||||
after := Runtimes();;
|
after := Runtimes();;
|
||||||
delta := after.user_time_children - before.user_time_children;;
|
delta := after.user_time_children - before.user_time_children;;
|
||||||
Print("$reduction time: \t", StringTime(delta), "\\n");
|
Print("$reduction time: \t", StringTime(delta), "\\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user