Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1108
expr * 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
add_declared_functions
Method · 0.45
complete_model
Method · 0.45
dbg_cmds.cpp
File · 0.45
mk_diff
Method · 0.45
process_datatype_app
Method · 0.45
init_values
Method · 0.45
repair_down_accessor
Method · 0.45
repair_down_recognizer
Method · 0.45
repair_down_eq
Method · 0.45
repair_down_distinct
Method · 0.45
eval_accessor
Method · 0.45
eval0
Method · 0.45
Calls
2
mk_false
Method · 0.45
get_family_id
Method · 0.45
Tested by
no test coverage detected