Package jline.api.mam

Class Map_feastol

java.lang.Object
jline.api.mam.Map_feastol

public final class Map_feastol extends Object
  • Method Details

    • map_feastol

      public static int map_feastol()
      Returns the feasibility tolerance EXPONENT for MAPs. This is the exponent k of the toolbox feasibility tolerance 10^-k, so the tolerance itself is 10^-8. Callers either raise it, as Math.pow(10.0, -map_feastol()), or compare a tolerance magnitude against it directly, as in Map_isfeasible. It is NOT the tolerance: map_feastol() returns 8, not 1e-8.
      Returns:
      the exponent k of the feasibility tolerance 10^-k