summaryrefslogtreecommitdiff
path: root/src/theory/uf/symmetry_breaker.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-16 20:53:00 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-16 20:53:00 +0000
commit55820808b55999c27ee1a66df0e674318302d5a6 (patch)
tree58a9b59e7216d7f39c8b72b9e92b7441389d7742 /src/theory/uf/symmetry_breaker.h
parent6df0b6f2ac842b0407232fcee72ff68b7e9deee5 (diff)
fix numerous documentation issues; doxygen complains much less, now
Diffstat (limited to 'src/theory/uf/symmetry_breaker.h')
-rw-r--r--src/theory/uf/symmetry_breaker.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/uf/symmetry_breaker.h b/src/theory/uf/symmetry_breaker.h
index 1b2680cf3..76005ff03 100644
--- a/src/theory/uf/symmetry_breaker.h
+++ b/src/theory/uf/symmetry_breaker.h
@@ -19,13 +19,13 @@
**
** From the paper:
**
- ** <pre>
+ ** <pre>\f[
** P := guess_permutations(phi)
** foreach {c_0, ..., c_n} \in P do
** if invariant_by_permutations(phi, {c_0, ..., c_n}) then
** T := select_terms(phi, {c_0, ..., c_n})
** cts := \empty
- ** while T != \empty && |cts| <= n do
+ ** while T != \empty \land |cts| <= n do
** t := select_most_promising_term(T, phi)
** T := T \ {t}
** cts := cts \cup used_in(t, {c_0, ..., c_n})
@@ -38,7 +38,7 @@
** end
** end
** return phi
- ** </pre>
+ ** \f]</pre>
**/
#include "cvc4_private.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback