Skip to content

Commit

Permalink
DEBUG constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiccha committed Feb 25, 2022
1 parent 59e09ba commit 11b833e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gap/perm.gi
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function(ri, G)
InitialDataForKernelRecogNode(ri).blocks := blocks;
AddMethod(InitialDataForKernelRecogNode(ri).hints, FindHomMethodsPerm.PcgsForBlocks, 400);
AddMethod(InitialDataForKernelRecogNode(ri).hints, FindHomMethodsPerm.BalTreeForBlocks, 200);
findgensNmeth(ri).args[1] := 2 * Length(blocks)+3;
findgensNmeth(ri).args[1] := 3 + BAL_CONST * Length(blocks);
findgensNmeth(ri).args[2] := 5;
return Success;
end);
Expand Down
1 change: 1 addition & 0 deletions init.g
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
##
#############################################################################

MC_CNT := 0; IV_CNT := 0; BAL_CONST := 1;
ReadPackage("recog","gap/base/hack.g");
ReadPackage("recog","gap/base/methods.gd");
ReadPackage("recog","gap/base/methsel.gd");
Expand Down

0 comments on commit 11b833e

Please sign in to comment.