Interface Solvers.TerminationCriteria.SimpleOptimalityCriteriaOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getEpsOptimalAbsolute()
      Absolute tolerance on the primal residual, dual residual, and objective gap.
      double getEpsOptimalRelative()
      Relative tolerance on the primal residual, dual residual, and objective gap.
      boolean hasEpsOptimalAbsolute()
      Absolute tolerance on the primal residual, dual residual, and objective gap.
      boolean hasEpsOptimalRelative()
      Relative tolerance on the primal residual, dual residual, and objective gap.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasEpsOptimalAbsolute

        boolean hasEpsOptimalAbsolute()
         Absolute tolerance on the primal residual, dual residual, and objective
         gap.
         
        optional double eps_optimal_absolute = 1 [default = 1e-06];
        Returns:
        Whether the epsOptimalAbsolute field is set.
      • getEpsOptimalAbsolute

        double getEpsOptimalAbsolute()
         Absolute tolerance on the primal residual, dual residual, and objective
         gap.
         
        optional double eps_optimal_absolute = 1 [default = 1e-06];
        Returns:
        The epsOptimalAbsolute.
      • hasEpsOptimalRelative

        boolean hasEpsOptimalRelative()
         Relative tolerance on the primal residual, dual residual, and objective
         gap.
         
        optional double eps_optimal_relative = 2 [default = 1e-06];
        Returns:
        Whether the epsOptimalRelative field is set.
      • getEpsOptimalRelative

        double getEpsOptimalRelative()
         Relative tolerance on the primal residual, dual residual, and objective
         gap.
         
        optional double eps_optimal_relative = 2 [default = 1e-06];
        Returns:
        The epsOptimalRelative.