Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ foeq
Method
foeq
smt/expr.cpp:1334–1336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1332
}
1333
1334
expr expr::foeq(const expr &rhs) const {
1335
return binop_commutative(rhs, Z3_mk_fpa_eq);
1336
}
1337
1338
expr expr::fogt(const expr &rhs) const {
1339
return binop_fold(rhs, Z3_mk_fpa_gt);
Callers
2
error
Function · 0.80
toSMT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected