Changeset 953
- Timestamp:
- May 8, 2013 4:41:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Couenne/src/bound_tightening/BTPerfIndicator.cpp
r823 r953 118 118 ++nRuns_; 119 119 120 ratio /= log ( 2); // so that it is readable in terms of halvings of the bound interval120 ratio /= log ((double) 2.); // so that it is readable in terms of halvings of the bound interval 121 121 122 122 boundRatio_ = (boundRatio_ * weightSum_ + curWei * ratio) / newWS;
Note: See TracChangeset
for help on using the changeset viewer.