Home
last modified time | relevance | path

Searched refs:bvar_atom (Results 1 – 7 of 7) sorted by relevance

/dports/math/yices/yices-2.6.2/src/solvers/simplex/
H A Darith_atomtable.c218 a = bvar_atom(table->core, v); in arith_atom_id_for_bvar()
237 a = bvar_atom(table->core, v); in arith_atom_for_bvar()
H A Dsimplex_printer.c584 atm = bvar_atom(solver->core, v); in print_simplex_atom_of_literal()
/dports/math/yices/yices-2.6.2/src/solvers/egraph/
H A Degraph_printer.c416 atom = bvar_atom(egraph->core, v); in print_egraph_conflict()
628 atom = bvar_atom(egraph->core, v); in print_egraph_atom_of_literal()
777 atm = bvar_atom(core, v); in print_egraph_atoms()
H A Degraph.c1009 assert(core != NULL && bvar_atom(core, v) == NULL); in create_egraph_atom()
1089 assert(core != NULL && bvar_atom(core, v) == tagged_egraph_atom(atom)); in delete_egraph_atom()
1111 a = bvar_atom(core, v); in get_egraph_atom_for_bvar()
3290 atom = bvar_atom(core, v); in egraph_bvar2term()
/dports/math/yices/yices-2.6.2/src/solvers/cdcl/
H A Dsmt_core.h1437 extern void *bvar_atom(smt_core_t *s, bvar_t x);
H A Dsmt_core.c1966 void *bvar_atom(smt_core_t *s, bvar_t x) { in bvar_atom() function
/dports/math/yices/yices-2.6.2/src/solvers/bv/
H A Dbvsolver_printer.c529 atm = bvar_atom(solver->core, v); in print_bv_solver_atom_of_literal()