Sets the ILP edge score
| 155 | |
| 156 | /// Sets the ILP edge score |
| 157 | void ChargePair::setEdgeScore(double score) |
| 158 | { |
| 159 | score_ = score; |
| 160 | } |
| 161 | |
| 162 | /// is this pair realized? |
| 163 | bool ChargePair::isActive() const |
no outgoing calls
no test coverage detected