mirror of
https://github.com/Z3Prover/z3
synced 2026-03-14 01:00:32 +00:00
fixed bug in label output in duality
This commit is contained in:
parent
dc793907a5
commit
477754c386
3 changed files with 7 additions and 3 deletions
|
|
@ -833,6 +833,10 @@ namespace Duality {
|
|||
return res;
|
||||
}
|
||||
|
||||
int RPFP::EvalTruth(hash_map<ast,int> &memo, Edge *e, const Term &f){
|
||||
Term tl = Localize(e, f);
|
||||
return SubtermTruth(memo,tl);
|
||||
}
|
||||
|
||||
#ifdef Z3OPS
|
||||
static Z3_subterm_truth *stt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue