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

Method refines

ir/type.cpp:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312pair<expr, expr>
313VoidType::refines(State &src_s, State &tgt_s, const StateValue &src,
314 const StateValue &tgt) const {
315 return { true, true };
316}
317
318expr VoidType::mkInput(State &s, const char *name,
319 const ParamAttrs &attrs) const {

Callers 1

check_refinementFunction · 0.80

Calls 2

impliesMethod · 0.45
refinedMethod · 0.45

Tested by

no test coverage detected