Home
last modified time | relevance | path

Searched refs:bind_cnf_not (Results 1 – 2 of 2) sorted by relevance

/dports/cad/yosys/yosys-yosys-0.12/libs/ezsat/
H A Dezsat.h72 int bind_cnf_not(const std::vector<int> &args);
H A Dezsat.cc488 int ezSAT::bind_cnf_not(const std::vector<int> &args) in bind_cnf_not() function in ezSAT
629 case OpNot: idx = bind_cnf_not(args); break; in bind()