Searched refs:beginChain (Results 1 - 4 of 4) sorted by relevance

/seL4-l4v-10.1.1/HOL4/src/HolSat/sat_solvers/minisat/
H A DProof.h64 void beginChain(ClauseId start);
H A DSolver.C88 if (proof != NULL) proof->beginChain(proof->addRoot(qs));
263 if (proof != NULL) proof->beginChain(confl->id());
422 if (proof != NULL) proof->beginChain(confl->id());
539 proof->beginChain(c.id());
548 proof->beginChain(unit_id[var(first)]);
H A DProof.C109 void Proof::beginChain(ClauseId start) function in class:Proof
284 dst.beginChain(chain_id[0]);
/seL4-l4v-10.1.1/HOL4/src/HolSat/sat_solvers/zc2hs/
H A Dzc2hs.cpp314 P.beginChain(c2c[resolvents[0]]+1); //+1 because modified Proof.C clause count is base 1
335 P.beginChain(c2c[ante]+1);
356 P.beginChain(c2c[conf_id]+1);

Completed in 86 milliseconds