summaryrefslogtreecommitdiff
path: root/src/theory/strings/base_solver.h
diff options
context:
space:
mode:
authormudathirmahgoub <mudathirmahgoub@gmail.com>2021-01-08 10:07:50 -0600
committerGitHub <noreply@github.com>2021-01-08 10:07:50 -0600
commit63d27f031f8942607d869080d0e2cfb6078d40b1 (patch)
tree0a29a6479a38d700a824951e343334c5d02d0183 /src/theory/strings/base_solver.h
parent819eedc38031d3befb9c3e855bbbfa0afa3bb3cc (diff)
Add bags inference generator (#5731)
This PR adds inference generator for basic bag rules.
Diffstat (limited to 'src/theory/strings/base_solver.h')
-rw-r--r--src/theory/strings/base_solver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/strings/base_solver.h b/src/theory/strings/base_solver.h
index 929034e42..66ec35277 100644
--- a/src/theory/strings/base_solver.h
+++ b/src/theory/strings/base_solver.h
@@ -225,7 +225,7 @@ class BaseSolver
*
* This set contains a set of nodes that are not representatives of their
* congruence class. This set is used to skip reasoning about terms in
- * various inference schemas implemnted by this class.
+ * various inference schemas implemented by this class.
*/
NodeSet d_congruent;
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback