MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / getFreshNondetVar

Method getFreshNondetVar

ir/state.cpp:1351–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1349}
1350
1351expr State::getFreshNondetVar(const char *prefix, const expr &type) {
1352 expr var = expr::mkFreshVar(prefix, type);
1353 addNonDetVar(var);
1354 return var;
1355}
1356
1357void State::addFnQuantVar(const expr &var) {
1358 fn_call_qvars.emplace(var);

Callers 3

fromFloatMethod · 0.80
any_fp_zeroFunction · 0.80
toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected