| 280 | } |
| 281 | |
| 282 | void NetworkLevelReasoner::freeMemoryIfNeeded() |
| 283 | { |
| 284 | for ( const auto &layer : _layerIndexToLayer ) |
| 285 | delete layer.second; |
| 286 | _layerIndexToLayer.clear(); |
| 287 | } |
| 288 | |
| 289 | void NetworkLevelReasoner::storeIntoOther( NetworkLevelReasoner &other ) const |
| 290 | { |