Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ERGO-Code/HiGHS
/ fire
Method
fire
highs/qpsolver/eventhandler.hpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void fire(T args) {
24
for (std::function<void(T)> fun : subscribers) {
25
fun(args);
26
}
27
}
28
};
29
30
#endif
Callers
2
quass2highs
Function · 0.45
solve
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected