Function VRPrunGrow(tripmode: integer; beta1,beta2: double; count: integer; var beta: double): integer;
Performs the actual solving of the VRP instance, using our own Grow method. It takes a parameter beta as input and it is possible to test with different values and get the best value returned:
This setup will for instance try with values 0.5, 0.6 and 0.7:
VRPrunGrow(tripmode, 0.5, 0.7, 3, beta);
See VRPrunSweep for an explanation of tripmode parameter.
Possible error codes: -30 -57 -58
Versions: Pro
ActiveX / VCL / CLX component: RWcalc