public static enum VrphGoldenReader.VrphType extends Enum<VrphGoldenReader.VrphType>
FSMF - Fleet Size and Mix with Fixed costs
FSMFD - Fleet Size and Mix with Fixed and Dependent costs
HVRPD - Heterogeneous Vehicle Routing Problem with Dependent costs and finite (limited) fleet
HVRPFD - Heterogeneous Vehicle Routing Problem with Fixed and Dependent costs and finite (limited) fleet
| Modifier and Type | Method and Description |
|---|---|
static VrphGoldenReader.VrphType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VrphGoldenReader.VrphType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VrphGoldenReader.VrphType FSMD
public static final VrphGoldenReader.VrphType HVRPD
public static final VrphGoldenReader.VrphType FSMF
public static final VrphGoldenReader.VrphType FSMFD
public static final VrphGoldenReader.VrphType HVRPFD
public static VrphGoldenReader.VrphType[] values()
for (VrphGoldenReader.VrphType c : VrphGoldenReader.VrphType.values()) System.out.println(c);
public static VrphGoldenReader.VrphType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2013–2020. All rights reserved.