diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2019-04-22 12:14:31 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2019-04-22 12:14:31 -0700 |
commit | d07608c052cb673f4aef8096b5ad71dd662214cc (patch) | |
tree | 9fb47da8cbfb09713d5c29e3fedbc6324f8263c3 /src/proof/pdr/pdr.h | |
parent | fa8716152f7dac92e868a5ccdca3507e282e5deb (diff) | |
download | abc-d07608c052cb673f4aef8096b5ad71dd662214cc.tar.gz abc-d07608c052cb673f4aef8096b5ad71dd662214cc.tar.bz2 abc-d07608c052cb673f4aef8096b5ad71dd662214cc.zip |
Adding the possibility to specify file name in 'pdr'.
Diffstat (limited to 'src/proof/pdr/pdr.h')
-rw-r--r-- | src/proof/pdr/pdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/pdr/pdr.h b/src/proof/pdr/pdr.h index 51b04606..d8a548d5 100644 --- a/src/proof/pdr/pdr.h +++ b/src/proof/pdr/pdr.h @@ -83,6 +83,7 @@ struct Pdr_Par_t_ int(*pFuncOnFail)(int,Abc_Cex_t*); // called for a failed output in MO mode abctime timeLastSolved; // the time when the last output was solved Vec_Int_t * vOutMap; // in the multi-output mode, contains status for each PO (0 = sat; 1 = unsat; negative = undecided) + char * pInvFileName; // invariable file name }; //////////////////////////////////////////////////////////////////////// |