Added mutexs in problem
Implementing issue #190 (closed)
Two of the protected attributes (both std::map
: state_block_nofitication_map_
and factor_nofitication_map_
) had getXXX()
functions that returned via reference. They have been changed to consumeXXX()
that returns them via std::move
so, emptying them after the call.
In the process, I identified that the list Problem::state_block_list_
became useless some time ago. It was removed and all the associated machinery.
Merge request reports
Activity
Filter activity
changed milestone to %Multi-threading
added ~209 enhancement labels
mentioned in issue #190 (closed)
Please, @jsola, I'd be more sure about this MR if you can check the proposed changes.
mentioned in commit 448e8fbb
mentioned in merge request !272 (merged)
Please register or sign in to reply