We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m_binspr
z3/src/sat/sat_config.cpp
Line 103 in 8439057
m_binspr is assigned twice successively on line 102 and 103.
m_local_search_dbg_flips = p.local_search_dbg_flips(); m_binspr = p.binspr(); //Line 102 m_binspr = false; // prevent adventurous users from trying feature that isn't ready //Line 103 m_anf_simplify = p.anf(); m_anf_delay = p.anf_delay(); m_anf_exlin = p.anf_exlin(); m_cut_simplify = p.cut(); m_cut_delay = p.cut_delay();
Reported by: USTCHCS Analysis Toolsuite Bugfinder (bugfinder-2.7: A variable should not be assigned values twice successively.)
The text was updated successfully, but these errors were encountered:
fix #4624 #4633 #4632 #4631
c41abf2
Signed-off-by: Nikolaj Bjorner <[email protected]>
No branches or pull requests
z3/src/sat/sat_config.cpp
Line 103 in 8439057
m_binspr
is assigned twice successively on line 102 and 103.Reported by: USTCHCS Analysis Toolsuite Bugfinder
(bugfinder-2.7: A variable should not be assigned values twice successively.)
The text was updated successfully, but these errors were encountered: