mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 00:35:47 +00:00
working on imdds
Signed-off-by: Nikolaj Bjorner <nbjorne@microsoft.com>
This commit is contained in:
parent
1cfe6e477a
commit
78f29416f1
3 changed files with 572 additions and 13 deletions
|
@ -93,12 +93,12 @@ namespace datalog {
|
|||
return l_false;
|
||||
}
|
||||
|
||||
if (false && is_linear()) {
|
||||
if (is_linear()) {
|
||||
return check_linear();
|
||||
}
|
||||
else {
|
||||
IF_VERBOSE(1, verbose_stream() << "non-linear BMC is not supported\n";);
|
||||
// return l_undef;
|
||||
return l_undef;
|
||||
return check_nonlinear();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue