50 Result<z3::expr>
get_subgraph_z3_function(
const std::vector<Gate*>& subgraph_gates,
const Net* subgraph_output, z3::context& ctx);
62 Result<std::vector<z3::expr>>
get_subgraph_z3_functions(
const std::vector<Gate*>& subgraph_gates,
const std::vector<Net*>& subgraph_outputs, z3::context& ctx);
Result< z3::expr > get_subgraph_z3_function(const std::vector< Gate * > &subgraph_gates, const Net *subgraph_output, z3::context &ctx)
Get the z3 expression representation of a combined Boolean function of a subgraph of combinational ga...
Result< std::vector< z3::expr > > get_subgraph_z3_functions(const std::vector< Gate * > &subgraph_gates, const std::vector< Net * > &subgraph_outputs, z3::context &ctx)
Get the z3 expression representations of combined Boolean functions of a subgraph of combinational ga...