You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance flaw handling: Add compute_flaw_cost method, update flaw cost notifications, and improve cost estimation logic in solver_core and server classes.
* @brief Notifies when the cost of a flaw has changed.
222
+
*
223
+
* This function is called when the cost of a flaw has changed. It is a virtual function that can be overridden by derived classes to perform specific actions when a flaw's cost changes.
* @brief Notifies when a causal link has been added.
242
258
*
243
259
* This function is called when a causal link has been added. It is a virtual function that can be overridden by derived classes to perform specific actions when a causal link is added.
244
260
*
245
-
* @param flaw The flaw that is the source of the causal link.
246
-
* @param resolver The resolver that is the destination of the causal link.
261
+
* @param f The flaw that is the source of the causal link.
262
+
* @param r The resolver that is the destination of the causal link.
0 commit comments