andre-martins / AD3

Alternating Directions Dual Decomposition
GNU Lesser General Public License v3.0
68 stars 38 forks source link

[MRG] Verbosity check in branch-and-bound #6

Closed vene closed 11 years ago

vene commented 11 years ago

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.

andre-martins commented 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: