Class LinearOptimizer

    • Field Detail

      • linearConstraints

        private java.util.Collection<LinearConstraint> linearConstraints
        Linear constraints.
      • nonNegative

        private boolean nonNegative
        Whether to restrict the variables to non-negative values.
    • Constructor Detail

      • LinearOptimizer

        protected LinearOptimizer()
        Simple constructor with default settings.