Skip to content
Snippets Groups Projects
  • Maximilian Brokamp's avatar
    02c00543
    Added c_interface function vc_parseSMTLIB2Expr to parse smtlib2 string and... · 02c00543
    Maximilian Brokamp authored
    Added c_interface function  vc_parseSMTLIB2Expr to parse smtlib2 string and load the asserts and querie into the solver.
    
    Added c_interface function vc_getQueryStateAsCNF to return the solver query state as a Cnf_Dat_t struct (internal struct of STP)
    
    moved some functionality that was done by the  CNF_PrintBack function into vc_printQueryStateAsCNFToBuffer so its consistent with  vc_getQueryStateAsCNF
    02c00543
    History
    Added c_interface function vc_parseSMTLIB2Expr to parse smtlib2 string and...
    Maximilian Brokamp authored
    Added c_interface function  vc_parseSMTLIB2Expr to parse smtlib2 string and load the asserts and querie into the solver.
    
    Added c_interface function vc_getQueryStateAsCNF to return the solver query state as a Cnf_Dat_t struct (internal struct of STP)
    
    moved some functionality that was done by the  CNF_PrintBack function into vc_printQueryStateAsCNFToBuffer so its consistent with  vc_getQueryStateAsCNF