mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
gauss jordan
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
361888f299
commit
ad2445e423
8 changed files with 183 additions and 9 deletions
|
@ -419,6 +419,9 @@ namespace arith {
|
|||
void false_case_of_check_nla(const nla::lemma& l);
|
||||
void dbg_finalize_model(model& mdl);
|
||||
|
||||
std::string m_bounds_pragma;
|
||||
char const* bounds_pragma();
|
||||
|
||||
|
||||
public:
|
||||
solver(euf::solver& ctx, theory_id id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue