mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +00:00
fix coi filter to consider 0 cases
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a0d79c8dd7
commit
af700e88cf
|
@ -36,7 +36,6 @@ namespace datalog {
|
|||
// -----------------------------------
|
||||
|
||||
rule_set * mk_coi_filter::operator()(rule_set const & source) {
|
||||
TRACE("dl", tout << "Hello";);
|
||||
if (source.empty()) {
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue