mirror of
https://github.com/kalmarek/SmallHyperbolic
synced 2024-11-09 04:05:27 +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();;
|
||||
$reduction(rws);
|
||||
KnuthBendix(rws);
|
||||
after := Runtimes();;
|
||||
delta := after.user_time_children - before.user_time_children;;
|
||||
Print("$reduction time: \t", StringTime(delta), "\\n");
|
||||
|
Loading…
Reference in New Issue
Block a user