Enum Class FactorizationFeatures.Hint

java.lang.Object
java.lang.Enum<FactorizationFeatures.Hint>
cdc.applic.factorization.FactorizationFeatures.Hint
All Implemented Interfaces:
Serializable, Comparable<FactorizationFeatures.Hint>, Constable
Enclosing class:
FactorizationFeatures

public static enum FactorizationFeatures.Hint extends Enum<FactorizationFeatures.Hint>
  • Enum Constant Details

    • SIMPLIFY

      public static final FactorizationFeatures.Hint SIMPLIFY
      If enabled, expressions are simplified.
    • CHECK

      public static final FactorizationFeatures.Hint CHECK
      If enabled and meaningful, input data are checked.

      WARNING: that should be enabled by default, otherwise results may be wrong without notifications.

  • Method Details

    • values

      public static FactorizationFeatures.Hint[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FactorizationFeatures.Hint valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null