Home
last modified time | relevance | path

Searched refs:btor_sat_mgr_new (Results 1 – 4 of 4) sorted by relevance

/dports/math/boolector/boolector-3.2.2/test/
H A Dtest_satmgr.cpp22 d_smgr = btor_sat_mgr_new (d_btor); in SetUp()
/dports/math/boolector/boolector-3.2.2/src/
H A Dbtorsat.h94 BtorSATMgr *btor_sat_mgr_new (Btor *btor);
H A Dbtorsat.c163 btor_sat_mgr_new (Btor *btor) in btor_sat_mgr_new() function
H A Dbtoraig.c792 amgr->smgr = btor_sat_mgr_new (btor); in btor_aig_mgr_new()