File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
99is satisfiable.
1010One example usage, is to determine whether an assertion in a
1111program 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
1313and property to a set of equations.
1414
1515The secondary role of solvers is to provide a satisfying assignment of
1616the variables of the equations, this can for instance be used to construct
1717a trace.
1818
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 .
2020
2121\section sat-smt-encoding SAT/SMT Encoding
2222
You can’t perform that action at this time.
0 commit comments