3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-08 08:15:47 +00:00

Removed polynomial factorization test cases. Relates to #852 and fixes #865.

This commit is contained in:
Christoph M. Wintersteiger 2017-01-10 14:02:59 +00:00
parent 331658f208
commit 8f95ee01e1
3 changed files with 0 additions and 748 deletions

View file

@ -18,7 +18,6 @@ Notes:
--*/
#if !defined(__clang__)
#include"polynomial.h"
#include"polynomial_factorization.h"
#include"polynomial_var2value.h"
#include"polynomial_cache.h"
#include"linear_eq_solver.h"