You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/cli/regression/test_issue_183.t
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,12 @@ Test solver not installed error message:
4
4
> (assert (=x1))
5
5
> (check-sat)
6
6
> EOF
7
-
The Colibri2 solver isnot installed. You must install it through opam with the command `opam install colibri2`. You could also trytouse another solver (have a look at the supported solvers here: https://github.com/formalsec/smtml?tab=readme-ov-file#supported-solvers). Note that installing the solver with your system package manager is not enough, you must install it through opam.
7
+
error: The Colibri2 solver isnot installed.
8
+
9
+
To install it, run the following command: opam install colibri2
10
+
11
+
Alternatively, you canuse a different solver.
12
+
See supported solvers here: https://github.com/formalsec/smtml#supported-solvers
13
+
14
+
Note: Installing the solver with your system packagemanagerisnot enough, you must install it through opam.
0 commit comments