summaryrefslogtreecommitdiff
path: root/src/theory/builtin/kinds
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/builtin/kinds')
-rw-r--r--src/theory/builtin/kinds5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/theory/builtin/kinds b/src/theory/builtin/kinds
index 6bb175db3..e52196163 100644
--- a/src/theory/builtin/kinds
+++ b/src/theory/builtin/kinds
@@ -32,12 +32,15 @@
# finite the theory is finite
# stable-infinite the theory is stably infinite
# polite the theory is polite
+# parametric the theory is parametric
#
# check the theory supports the check() function
# propagate the theory supports propagate() (and explain())
-# staticLearning the theory supports staticLearning()
+# ppStaticLearn the theory supports ppStaticLearn()
# notifyRestart the theory supports notifyRestart()
# presolve the theory supports presolve()
+# postsolve the theory supports postsolve()
+# getNextDecisionRequest the theory supports getNextDecisionRequest()
#
# In the case of the "theory-supports-function" properties, you
# need to declare these for your theory or the functions will not
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback