Switch vrp2 to ranger.
This patch flips the default for the VRP2 pass to execute ranger vrp rather than the assert_expr version of VRP. * params.opt (param_vrp2_mode): Make ranger the default for VRP2.
This commit is contained in:
parent
1410b20801
commit
502ffb1f38
1 changed files with 1 additions and 1 deletions
|
@ -1156,7 +1156,7 @@ Common Joined Var(param_vrp1_mode) Enum(vrp_mode) Init(VRP_MODE_VRP) Param Optim
|
|||
--param=vrp1-mode=[vrp|ranger] Specifies the mode VRP1 should operate in.
|
||||
|
||||
-param=vrp2-mode=
|
||||
Common Joined Var(param_vrp2_mode) Enum(vrp_mode) Init(VRP_MODE_VRP) Param Optimization
|
||||
Common Joined Var(param_vrp2_mode) Enum(vrp_mode) Init(VRP_MODE_RANGER) Param Optimization
|
||||
--param=vrp2-mode=[vrp|ranger] Specifies the mode VRP2 should operate in.
|
||||
|
||||
Enum
|
||||
|
|
Loading…
Add table
Reference in a new issue