Closed vene closed 11 years ago
Thanks! Merged.
Andre'
2013/8/14 Vlad Niculae notifications@github.com
Hi Andre,
Minor change because of some annoying output from branch-and-bound.
In some places the check is verbosity > 1 and in others verbosity > 0,
here I chose the higher threshold.
You can merge this Pull Request by running
git pull https://github.com/vene/AD3 verbose
Or view, comment on, or merge it at:
https://github.com/andre-martins/AD3/pull/6 Commit Summary
- Verbosity check in branch-and-bound
File Changes
- M ad3/FactorGraph.cpphttps://github.com/andre-martins/AD3/pull/6/files#diff-0(14)
Patch Links:
Hi Andre,
Minor change because of some annoying output from branch-and-bound.
In some places the check is
verbosity_ > 1
and in othersverbosity_ > 0
, here I chose the higher threshold.