diff --git a/subprojects/solver/solver-smtlib-cli/README.md b/subprojects/solver/solver-smtlib-cli/README.md index 7754883937..a1e53f56d3 100644 --- a/subprojects/solver/solver-smtlib-cli/README.md +++ b/subprojects/solver/solver-smtlib-cli/README.md @@ -15,7 +15,7 @@ For more information about the SMT-LIB compatibility in Theta, take a look at th 1. First, get the tool. * The easiest way is to download a [pre-built release](https://github.com/ftsrg/theta/releases). * You can also [build](../../../doc/Build.md) the tool yourself. The runnable jar file will appear under _build/libs/_ with the name _theta-solver-smtlib-cli-\-all.jar_, you can simply rename it to _theta-solver-smtlib-cli.jar_.. -2. Running the tool requires Java (JRE) 11. +2. Running the tool requires Java (JRE) 17. 3. The tool can be executed with `java -jar theta-solver-smtlib-cli.jar [MAIN ARGUMENTS] [COMMAND] [ARGUMENTS]`. * If no arguments are given, a help screen is displayed about the arguments and their possible values. More information can also be found below. @@ -79,4 +79,4 @@ Currently, the following solvers are supported. * Z3 * `4.4.0` - `4.6.0`: Supported with interpolation. * `4.7.1` - : Supported without interpolation. Interpolation was removed in `4.7.0`. -* Generic: Any other solver that can communicate with SMT-LIBv2 standard. See section Generic driver for more details. \ No newline at end of file +* Generic: Any other solver that can communicate with SMT-LIBv2 standard. See section Generic driver for more details.