@@ -140,7 +140,7 @@ def branchexeclp(self, allowaddcons):
140140
141141
142142def  test_strong_branching ():
143-     scip  =  random_mip_1 (disable_presolve = False , disable_huer = False , small = True , node_lim = 500 )
143+     scip  =  random_mip_1 (disable_presolve = False , disable_heur = False , small = True , node_lim = 500 )
144144
145145    strong_branch_rule  =  StrongBranchingRule (scip , idempotent = False )
146146    scip .includeBranchrule (strong_branch_rule , "strong branch rule" , "custom strong branching rule" ,
@@ -155,7 +155,7 @@ def test_strong_branching():
155155
156156
157157def  test_strong_branching_idempotent ():
158-     scip  =  random_mip_1 (disable_presolve = False , disable_huer = False , small = True , node_lim = 500 )
158+     scip  =  random_mip_1 (disable_presolve = False , disable_heur = False , small = True , node_lim = 500 )
159159
160160    strong_branch_rule  =  StrongBranchingRule (scip , idempotent = True )
161161    scip .includeBranchrule (strong_branch_rule , "strong branch rule" , "custom strong branching rule" ,
@@ -170,7 +170,7 @@ def test_strong_branching_idempotent():
170170
171171
172172def  test_dummy_feature_selector ():
173-     scip  =  random_mip_1 (disable_presolve = False , disable_huer = False , small = True , node_lim = 300 )
173+     scip  =  random_mip_1 (disable_presolve = False , disable_heur = False , small = True , node_lim = 300 )
174174
175175    feature_dummy_branch_rule  =  FeatureSelectorBranchingRule (scip )
176176    scip .includeBranchrule (feature_dummy_branch_rule , "dummy branch rule" , "custom feature creation branching rule" ,
0 commit comments