MCPcopy 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

15namespace IR {
16
17expr Predicate::getTypeConstraints() const {
18 return true;
19}
20
21void Predicate::fixupTypes(const Model &m) {
22 // do nothing

Callers

nothing calls this directly

Calls 1

enforceIntTypeMethod · 0.80

Tested by

no test coverage detected