Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ExpInfo
Class
ExpInfo
gecode/minimodel/reg.cpp:535–540 ·
view source on GitHub ↗
Expression information
Source
from the content-addressed store, hash-verified
533
534
/// Expression information
535
class ExpInfo {
536
public:
537
REG::Exp* exp;
538
bool open;
539
ExpInfo(REG::Exp* e=nullptr);
540
};
541
542
/**
543
* \brief Information on positions collected during traversal
Callers
1
followpos
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected