summaryrefslogtreecommitdiff
path: root/src/theory/sep/theory_sep.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-12-23 15:26:24 -0600
committerGitHub <noreply@github.com>2020-12-23 15:26:24 -0600
commit42f51547174e2644a244464c170115ff3b2bc22f (patch)
treeb543f43a40c7bcae87b87ccf24c8c5f85140edd3 /src/theory/sep/theory_sep.h
parent5ef950054212a5fb9759c9137888f95bcadb05fd (diff)
Remove quant EPR option (#5716)
This was an experimental option used in combination with separation logic.
Diffstat (limited to 'src/theory/sep/theory_sep.h')
-rw-r--r--src/theory/sep/theory_sep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/sep/theory_sep.h b/src/theory/sep/theory_sep.h
index 9e96dccc3..9396200c9 100644
--- a/src/theory/sep/theory_sep.h
+++ b/src/theory/sep/theory_sep.h
@@ -253,7 +253,6 @@ class TheorySep : public Theory {
enum {
bound_strict,
bound_default,
- bound_herbrand,
bound_invalid,
};
std::map< TypeNode, unsigned > d_bound_kind;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback