Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ getSolverID
Method
getSolverID
cp-profiler/src/cpprofiler/solver_data.hh:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
SolverID getSolverID(NodeID nid) const
75
{
76
return m_id_map.getUID(nid);
77
}
78
79
/// Get the reasons (constraint ids) for the nogood at node `nid`
80
const std::vector<int> *getContribConstraints(NodeID nid) const
Callers
1
NogoodDialog
Method · 0.80
Calls
1
getUID
Method · 0.80
Tested by
no test coverage detected