File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ The basic role of solvers is to answer whether the set of equations given
9
9
is satisfiable.
10
10
One example usage, is to determine whether an assertion in a
11
11
program can be violated.
12
- We refer to \ref module_goto -symex for how CBMC and JBMC convert a input program
12
+ We refer to \ref goto -symex for how CBMC and JBMC convert a input program
13
13
and property to a set of equations.
14
14
15
15
The secondary role of solvers is to provide a satisfying assignment of
16
16
the variables of the equations, this can for instance be used to construct
17
17
a trace.
18
18
19
- The most general solver in terms of supported equations is \ref string-solver .
19
+ The most general solver in terms of supported equations is \ref solvers .
20
20
21
21
\section sat-smt-encoding SAT/SMT Encoding
22
22
You can’t perform that action at this time.
0 commit comments