MCPcopy Create free account
hub / github.com/Z3Prover/z3 / get_some_value

Method get_some_value

src/ast/ast.cpp:1108–1112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1106}
1107
1108expr * basic_decl_plugin::get_some_value(sort * s) {
1109 if (s == m_bool_sort)
1110 return m_manager->mk_false();
1111 return nullptr;
1112}
1113
1114// -----------------------------------
1115//

Callers 15

complete_modelMethod · 0.45
dbg_cmds.cppFile · 0.45
mk_diffMethod · 0.45
process_datatype_appMethod · 0.45
init_valuesMethod · 0.45
repair_down_accessorMethod · 0.45
repair_down_eqMethod · 0.45
repair_down_distinctMethod · 0.45
eval_accessorMethod · 0.45
eval0Method · 0.45

Calls 2

mk_falseMethod · 0.45
get_family_idMethod · 0.45

Tested by

no test coverage detected