[couplingmanager] Use raw pointer to sub-problems
The pointer were previously managed by weak_ptr. As it turns out, the interface obtaining the sub-problems is called very often in typical applications, and can impact runtime. We therefore make it more efficient by using raw pointers and refrain from using exception handling. In the case that the sub-problem pointers are not set, an assert will be triggered in debug mode.
parent
a0a17861
No related branches found
No related tags found
Checking pipeline status
Loading
Please register or sign in to comment