mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
rename version.h to z3_version.h to differentiate name in install include directory. Add support for z3_version.h in python build system. #1833
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
38c6429184
commit
0c4754d94b
8 changed files with 10 additions and 9 deletions
|
@ -273,7 +273,8 @@ expr_ref_vector solver::get_non_units(ast_manager& m) {
|
|||
}
|
||||
app* _f = to_app(f);
|
||||
if (_f->get_family_id() == bfid) {
|
||||
// basic objects are true/false/and/or/not/=/distinct and proof objects (that are not Boolean)
|
||||
// basic objects are true/false/and/or/not/=/distinct
|
||||
// and proof objects (that are not Boolean).
|
||||
if (_f->get_num_args() > 0 && m.is_bool(_f->get_arg(0))) {
|
||||
fmls.append(_f->get_num_args(), _f->get_args());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue