Class ParsingEntry.OEntry

    • Field Detail

      • minimize

        public final boolean minimize
        Indicates whether the objective must be minimized or maximized.
      • type

        public final Types.TypeObjective type
        The type (expression, sum, minimum, ...) of the objective.
    • Constructor Detail

      • OEntry

        public OEntry​(boolean minimize,
                      Types.TypeObjective type)
        Builds an objective with the specified minimize value and type.