mirror of
https://github.com/Z3Prover/z3
synced 2025-07-26 14:07:54 +00:00
booyah
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
10d0404175
commit
d0e20e44ff
714 changed files with 714 additions and 2142 deletions
|
@ -16,8 +16,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef ALGEBRAIC_NUMBERS_H_
|
||||
#define ALGEBRAIC_NUMBERS_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/rational.h"
|
||||
#include "util/mpq.h"
|
||||
|
@ -490,4 +489,3 @@ inline std::ostream & operator<<(std::ostream & out, interval_pp const & n) {
|
|||
return out;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -19,8 +19,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef LINEAR_EQ_SOLVER_H_
|
||||
#define LINEAR_EQ_SOLVER_H_
|
||||
#pragma once
|
||||
|
||||
template<typename numeral_manager>
|
||||
class linear_eq_solver {
|
||||
|
@ -149,4 +148,3 @@ public:
|
|||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef POLYNOMIAL_H_
|
||||
#define POLYNOMIAL_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/mpz.h"
|
||||
#include "util/rational.h"
|
||||
|
@ -1415,4 +1414,3 @@ inline void factor(polynomial_ref const & p, polynomial::factors & r, polynomial
|
|||
|
||||
std::ostream & operator<<(std::ostream & out, polynomial_ref_vector const & seq);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef POLYNOMIAL_CACHE_H_
|
||||
#define POLYNOMIAL_CACHE_H_
|
||||
#pragma once
|
||||
|
||||
#include "math/polynomial/polynomial.h"
|
||||
|
||||
|
@ -41,4 +40,3 @@ namespace polynomial {
|
|||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef POLYNOMIAL_PRIMES_H_
|
||||
#define POLYNOMIAL_PRIMES_H_
|
||||
#pragma once
|
||||
|
||||
namespace polynomial {
|
||||
#define NUM_SMALL_PRIMES 11
|
||||
|
@ -69,4 +68,3 @@ namespace polynomial {
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef POLYNOMIAL_VAR2VALUE_H_
|
||||
#define POLYNOMIAL_VAR2VALUE_H_
|
||||
#pragma once
|
||||
|
||||
#include "math/polynomial/polynomial.h"
|
||||
#include "util/scoped_numeral_vector.h"
|
||||
|
@ -47,4 +46,3 @@ namespace polynomial {
|
|||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef RPOLYNOMIAL_H_
|
||||
#define RPOLYNOMIAL_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/mpz.h"
|
||||
#include "util/rational.h"
|
||||
|
@ -203,4 +202,3 @@ inline rpolynomial_ref operator+(rpolynomial_ref const & p, int a) {
|
|||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef SEXPR2UPOLYNOMIAL_H_
|
||||
#define SEXPR2UPOLYNOMIAL_H_
|
||||
#pragma once
|
||||
|
||||
#include "math/polynomial/upolynomial.h"
|
||||
#include "util/cmd_context_types.h"
|
||||
|
@ -30,4 +29,3 @@ public:
|
|||
|
||||
void sexpr2upolynomial(upolynomial::manager & m, sexpr const * s, upolynomial::numeral_vector & p);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -21,8 +21,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef UPOLYNOMIAL_H_
|
||||
#define UPOLYNOMIAL_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/mpzzp.h"
|
||||
#include "util/rational.h"
|
||||
|
@ -919,4 +918,3 @@ namespace upolynomial {
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -22,8 +22,7 @@ Notes:
|
|||
[3] Henri Cohen. A Course in Computational Algebraic Number Theory. Springer Verlag, 1993.
|
||||
|
||||
--*/
|
||||
#ifndef UPOLYNOMIAL_FACTORIZATION_H_
|
||||
#define UPOLYNOMIAL_FACTORIZATION_H_
|
||||
#pragma once
|
||||
|
||||
#include "math/polynomial/upolynomial.h"
|
||||
#include "math/polynomial/polynomial.h"
|
||||
|
@ -93,4 +92,3 @@ namespace upolynomial {
|
|||
bool factor_square_free(z_manager & upm, numeral_vector const & f, factors & fs, unsigned k, factor_params const & ps = factor_params());
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -23,8 +23,7 @@ Notes:
|
|||
[3] Henri Cohen. A Course in Computational Algebraic Number Theory. Springer Verlag, 1993.
|
||||
|
||||
--*/
|
||||
#ifndef UPOLYNOMIAL_FACTORIZATION_INT_H_
|
||||
#define UPOLYNOMIAL_FACTORIZATION_INT_H_
|
||||
#pragma once
|
||||
|
||||
#include "math/polynomial/upolynomial_factorization.h"
|
||||
|
||||
|
@ -417,4 +416,3 @@ namespace upolynomial {
|
|||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue