mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 01:11:55 +00:00
add internalization routine that uses macro-expanded polynomial representation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3e47d1099d
commit
fe8f721600
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ struct solver::imp {
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// This setup
|
// This setup is for check_assignment which is better suitated for working with input polynomials diretly.
|
||||||
svector<lp::constraint_index> m_literal2constraint;
|
svector<lp::constraint_index> m_literal2constraint;
|
||||||
void setup_assignment_solver() {
|
void setup_assignment_solver() {
|
||||||
SASSERT(need_check());
|
SASSERT(need_check());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue