Skip to content
Snippets Groups Projects

Added mutexs in problem

Merged Joan Vallvé Navarro requested to merge feature/mutex_problem into devel

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading