Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isTrue
Method
isTrue
smt/expr.cpp:410–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
408
}
409
410
bool expr::isTrue() const {
411
C();
412
return Z3_get_bool_value(ctx(), ast()) == Z3_L_TRUE;
413
}
414
415
bool expr::isFalse() const {
416
C();
Callers
15
print_single_varval
Function · 0.45
error
Function · 0.45
check_refinement
Function · 0.45
TypingAssignments
Method · 0.45
overlaps
Method · 0.45
freeze
Method · 0.45
addJump
Method · 0.45
addUB
Method · 0.45
addNoReturn
Method · 0.45
implies
Method · 0.45
refinedBy
Method · 0.45
addFnCall
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected