Function VRPrunSweep(tripmode: integer): integer;
Performs the actual solving of the VRP instance, using the classic sweep method. This method requires coordinates to have been entered.
Tripmode can have 3 values:
0) Round-trip. All vehicles start at the depot and returns to it after having visited the last customer.
1) Out-bound: All vehicles start at the depot, but stops after having visited the last customer.
2) In-bound: All vehicles start at one of the customers and stops at the depot.
Possible error codes: -30 -57 -58
Versions: Pro
ActiveX / VCL / CLX component: RWcalc