Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ getTypeConstraints
Method
getTypeConstraints
ir/precondition.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
namespace IR {
16
17
expr Predicate::getTypeConstraints() const {
18
return true;
19
}
20
21
void Predicate::fixupTypes(const Model &m) {
22
// do nothing
Callers
nothing calls this directly
Calls
1
enforceIntType
Method · 0.80
Tested by
no test coverage detected