summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl_model.h')
-rw-r--r--src/theory/arith/nl_model.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/theory/arith/nl_model.h b/src/theory/arith/nl_model.h
index a8746ca2e..5129a7a32 100644
--- a/src/theory/arith/nl_model.h
+++ b/src/theory/arith/nl_model.h
@@ -256,15 +256,6 @@ class NlModel
bool simpleCheckModelLit(Node lit);
bool simpleCheckModelMsum(const std::map<Node, Node>& msum, bool pol);
//---------------------------end check model
-
- /** is refinable transcendental function
- *
- * A transcendental function application is not refineable if its current
- * model value is zero, or if it is an application of SINE applied
- * to a non-variable.
- */
- bool isRefineableTfFun(Node tf);
-
/** get approximate sqrt
*
* This approximates the square root of positive constant c. If this method
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback