Package jline.lib.smc

Class MG1CROptions

java.lang.Object
jline.lib.smc.MG1CROptions

public class MG1CROptions extends Object
Options for MG1_CR solver.
  • Constructor Details

    • MG1CROptions

      public MG1CROptions()
    • MG1CROptions

      public MG1CROptions(String mode, int maxNumIt, int maxNumRoot, double epsilonValue, int verbose, String shiftType)
  • Method Details

    • getMode

      public String getMode()
    • getMaxNumIt

      public int getMaxNumIt()
    • getMaxNumRoot

      public int getMaxNumRoot()
    • getEpsilonValue

      public double getEpsilonValue()
    • getVerbose

      public int getVerbose()
    • getShiftType

      public String getShiftType()