LEMON: (Internal) Helper function for accessing algorithms in LEMON solver
Description
(Internal) Helper function for accessing algorithms in LEMON solver
Usage
LEMON(algorithm = "CycleCancelling")
Value
String of the form "LEMON.<algorithm>"
Arguments
- algorithm
LEMON algorithm to use. Choices are "CycleCancelling",
"CapacityScaling", "CostScaling", "NetworkSimplex". Default is
"CycleCancelling".