Home
last modified time | relevance | path

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

/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_egraph_base.c48 egraph_attach_core(egraph, core); in init_solver()
/dports/math/yices/yices-2.6.2/src/solvers/egraph/
H A Degraph.h100 extern void egraph_attach_core(egraph_t *egraph, smt_core_t *core);
H A Degraph.c6881 void egraph_attach_core(egraph_t *egraph, smt_core_t *core) { in egraph_attach_core() function
/dports/math/yices/yices-2.6.2/src/context/
H A Dcontext.c5377 egraph_attach_core(egraph, core); in init_solvers()