summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/cad/projections.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/cad/projections.h')
-rw-r--r--src/theory/arith/nl/cad/projections.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/theory/arith/nl/cad/projections.h b/src/theory/arith/nl/cad/projections.h
index c4a34ee56..afed5b1e9 100644
--- a/src/theory/arith/nl/cad/projections.h
+++ b/src/theory/arith/nl/cad/projections.h
@@ -53,13 +53,6 @@ void addPolynomials(std::vector<poly::Polynomial>& polys,
void makeFinestSquareFreeBasis(std::vector<poly::Polynomial>& polys);
/**
- * Ensure that two sets of polynomials are finest square-free basis relative to
- * each other.
- */
-void makeFinestSquareFreeBasis(std::vector<poly::Polynomial>& lhs,
- std::vector<poly::Polynomial>& rhs);
-
-/**
* Computes McCallum's projection operator.
*/
std::vector<poly::Polynomial> projectionMcCallum(
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback