Package jline.lib.smc
Class NSFPiOptions
java.lang.Object
jline.lib.smc.NSFPiOptions
Options for NSF_pi solver.
-
Constructor Summary
ConstructorsConstructorDescriptionNSFPiOptions(int maxNumComp, boolean verbose) NSFPiOptions(int maxNumComp, boolean verbose, boolean firstBlockRow) -
Method Summary
Modifier and TypeMethodDescriptionintbooleanboolean
-
Constructor Details
-
NSFPiOptions
public NSFPiOptions(int maxNumComp, boolean verbose, boolean firstBlockRow) -
NSFPiOptions
public NSFPiOptions() -
NSFPiOptions
public NSFPiOptions(int maxNumComp, boolean verbose)
-
-
Method Details
-
getMaxNumComp
public int getMaxNumComp() -
isVerbose
public boolean isVerbose() -
isFirstBlockRow
public boolean isFirstBlockRow()
-