Class Solver_qns_analyzer
java.lang.Object
jline.solvers.wrappers.qns.analyzers.Solver_qns_analyzer
Analyzer for the QNS solver.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanCheck if a nativeqnsolverbinary is available on the PATH.static booleanCheck if qnsolver can be run: a native binary on the PATH.Run the QNS analyzer.
-
Constructor Details
-
Solver_qns_analyzer
-
-
Method Details
-
hasNativeQNSolver
public static boolean hasNativeQNSolver()Check if a nativeqnsolverbinary is available on the PATH. -
isQNSolverAvailable
public static boolean isQNSolverAvailable()Check if qnsolver can be run: a native binary on the PATH. LINE never runs it from a container image, since qnsolver ships with LQNS and that licence forbids redistribution. -
runAnalyzer
Run the QNS analyzer.
-