mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +00:00
add solver object to get_implied_equalities
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
01826fa8c9
commit
b6459a8a92
4 changed files with 29 additions and 24 deletions
|
@ -23,13 +23,16 @@ Revision History:
|
|||
#ifndef __SMT_IMPLIED_EQUALITIES_H__
|
||||
#define __SMT_IMPLIED_EQUALITIES_H__
|
||||
|
||||
#include"smt_kernel.h"
|
||||
#include"smt_solver.h"
|
||||
#include"lbool.h"
|
||||
#include"ast.h"
|
||||
|
||||
|
||||
namespace smt {
|
||||
|
||||
lbool implied_equalities(
|
||||
kernel & solver,
|
||||
ast_manager & m,
|
||||
solver & solver,
|
||||
unsigned num_terms, expr* const* terms,
|
||||
unsigned* class_ids);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue