arminbiere / cadical

CaDiCaL SAT Solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Statistics Bug Report

baselkhouri opened this issue · comments

It could be that in method Internal::new_clause, stats.added.total is incremented twice unintentionally (src/clause.cpp at lines 98 and 131).
 
https://github.com/arminbiere/cadical/blob/3d346f7a73080b276ae26fc2d15845747371fa1e/src/clause.cpp#L98C4-L98C19

stats.current.total++;

Thanks in advance,

That statistics is not used anywhere for the behavior of the solver.

Thanks!