Home
last modified time | relevance | path

Searched defs:toLitCond (Results 1 – 2 of 2) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/sat/bsat/
H A DsatVec.h143 static inline lit toLitCond(int v, int c) { return v + v + (c != 0); } in toLitCond() function
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/sat/proof/
H A Dpr.c102 static inline lit toLitCond(int v, int c) { return v + v + (c != 0); } in toLitCond() function