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

Method addNonDetVar

ir/state.cpp:1347–1349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1345}
1346
1347void State::addNonDetVar(const expr &var) {
1348 nondet_vars.emplace(var);
1349}
1350
1351expr State::getFreshNondetVar(const char *prefix, const expr &type) {
1352 expr var = expr::mkFreshVar(prefix, type);

Callers 1

fromFloatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected