-
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
Maximilian Brokamp authoredAdded 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