Added mutexs in problem
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:16:54
| Stage: build | No artifacts found |
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.
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:16:54
| Stage: build |
Download artifacts
No artifacts found |