Enum InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level

    • Field Detail

      • LEVEL_UNSPECIFIED_VALUE

        public static final int LEVEL_UNSPECIFIED_VALUE
         Implicit default relaxation level: no constraints are relaxed,
         i.e., all visits are fully constrained.
        
         This value must not be explicitly used in `level`.
         
        LEVEL_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • RELAX_VISIT_TIMES_AFTER_THRESHOLD_VALUE

        public static final int RELAX_VISIT_TIMES_AFTER_THRESHOLD_VALUE
         Visit start times and vehicle start/end times will be relaxed, but
         each visit remains bound to the same vehicle and the visit sequence
         must be observed: no visit can be inserted between them or before
         them.
         
        RELAX_VISIT_TIMES_AFTER_THRESHOLD = 1;
        See Also:
        Constant Field Values
      • RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD_VALUE

        public static final int RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD_VALUE
         Same as `RELAX_VISIT_TIMES_AFTER_THRESHOLD`, but the visit sequence
         is also relaxed: visits can only be performed by this vehicle, but
         can potentially become unperformed.
         
        RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD = 2;
        See Also:
        Constant Field Values
      • RELAX_ALL_AFTER_THRESHOLD_VALUE

        public static final int RELAX_ALL_AFTER_THRESHOLD_VALUE
         Same as `RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD`, but the
         vehicle is also relaxed: visits are completely free at or after the
         threshold time and can potentially become unperformed.
         
        RELAX_ALL_AFTER_THRESHOLD = 3;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level c : InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null