Skip to content

Commit

Permalink
Use false instead of 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and NikolajBjorner committed Aug 1, 2022
1 parent fe1e301 commit a89be68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/lp/hnf_cutter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace lp {
lra(lia.lra),
m_settings(lia.settings()),
m_abs_max(zero_of_type<mpq>()),
m_var_register(0) {}
m_var_register(false) {}

bool hnf_cutter::is_full() const {
return
Expand Down

0 comments on commit a89be68

Please sign in to comment.