File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ function(ri, G)
128128 InitialDataForKernelRecogNode(ri).blocks := blocks;
129129 AddMethod(InitialDataForKernelRecogNode(ri).hints, FindHomMethodsPerm.PcgsForBlocks, 400 );
130130 AddMethod(InitialDataForKernelRecogNode(ri).hints, FindHomMethodsPerm.BalTreeForBlocks, 200 );
131- findgensNmeth(ri).args[ 1 ] := 2 * Length(blocks)+ 3 ;
131+ findgensNmeth(ri).args[ 1 ] := 3 + BAL_CONST * Length(blocks);
132132 findgensNmeth(ri).args[ 2 ] := 5 ;
133133 return Success;
134134end );
Original file line number Diff line number Diff line change 1414# #
1515# ############################################################################
1616
17+ MC_CNT := 0 ; IV_CNT := 0 ; BAL_CONST := 1 ;
1718ReadPackage(" recog" ," gap/base/hack.g" );
1819ReadPackage(" recog" ," gap/base/methods.gd" );
1920ReadPackage(" recog" ," gap/base/methsel.gd" );
You can’t perform that action at this time.
0 commit comments