Package jline.lib.smc
Class NSFGHTOptions
java.lang.Object
jline.lib.smc.NSFGHTOptions
Options for NSF_GHT solver.
-
Constructor Summary
ConstructorsConstructorDescriptionNSFGHTOptions(int verbose) NSFGHTOptions(int maxNumIt, int verbose, boolean firstBlockRow) -
Method Summary
-
Constructor Details
-
NSFGHTOptions
public NSFGHTOptions(int maxNumIt, int verbose, boolean firstBlockRow) -
NSFGHTOptions
public NSFGHTOptions() -
NSFGHTOptions
public NSFGHTOptions(int verbose)
-
-
Method Details
-
getMaxNumIt
public int getMaxNumIt() -
getVerbose
public int getVerbose() -
isFirstBlockRow
public boolean isFirstBlockRow()
-