Skip to content

Commit 7229498

Browse files
Charliemowoodpeterschrammel
authored andcommitted
Fix doxygen errors
1 parent 0a2da05 commit 7229498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/solvers/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ The basic role of solvers is to answer whether the set of equations given
99
is satisfiable.
1010
One example usage, is to determine whether an assertion in a
1111
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
1313
and property to a set of equations.
1414

1515
The secondary role of solvers is to provide a satisfying assignment of
1616
the variables of the equations, this can for instance be used to construct
1717
a 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

0 commit comments

Comments
 (0)