Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Z3Prover/z3
/ functions
Functions
43,174 in github.com/Z3Prover/z3
⨍
Functions
43,174
◇
Types & classes
5,965
↓ 31 callers
Method
swap
src/math/dd/dd_pdd.h:512
↓ 31 callers
Function
to_expr
src/ast/ast.h:964
↓ 30 callers
Method
CheckContextMatch
(Z3Object other)
src/api/dotnet/Context.cs:5040
↓ 30 callers
Method
MkStringSymbol
MkStringSymbol creates a string symbol.
src/api/go/z3.go:136
↓ 30 callers
Function
Or
Create a Z3 or-expression or or-probe. >>> p, q, r = Bools('p q r') >>> Or(p, q, r) Or(p, q, r) >>> P = BoolVector('p', 5) >>> Or
src/api/python/z3/z3.py:2015
↓ 30 callers
Method
add_var
src/sat/tactic/goal2sat.cpp:176
↓ 30 callers
Function
apply_subst
src/muz/base/dl_util.cpp:113
↓ 30 callers
Function
cond
src/tactic/tactical.cpp:1171
↓ 30 callers
Method
dec_ref
src/cmd_context/pdecl.h:37
↓ 30 callers
Function
del_solver
examples/c/test_capi.c:102
↓ 30 callers
Function
derivative
src/math/polynomial/polynomial.h:1186
↓ 30 callers
Method
get_constructor_is
src/ast/datatype_decl_plugin.cpp:1143
↓ 30 callers
Method
get_uint
src/api/z3_replayer.cpp:746
↓ 30 callers
Function
instantiate
src/ast/rewriter/var_subst.cpp:214
↓ 30 callers
Method
is_associative
src/ast/ast.h:655
↓ 30 callers
Method
is_bv_add
src/ast/bv_decl_plugin.h:326
↓ 30 callers
Method
is_gt
src/muz/spacer/spacer_util.cpp:740
↓ 30 callers
Method
is_seq
src/ast/seq_decl_plugin.h:238
↓ 30 callers
Method
is_seq
\brief Return true if this sort is a Sequence sort. */
src/api/c++/z3++.h:778
↓ 30 callers
Method
is_union
src/ast/seq_decl_plugin.h:542
↓ 30 callers
Method
is_zero
src/muz/spacer/spacer_util.cpp:741
↓ 30 callers
Method
is_zero
src/nlsat/nlsat_simple_checker.cpp:166
↓ 30 callers
Method
lo
src/math/dd/dd_pdd.h:428
↓ 30 callers
Method
mk_bool_var
\brief Create a new boolean variable and associate it with n. */
src/smt/smt_internalizer.cpp:923
↓ 30 callers
Function
normalize
src/math/polynomial/polynomial.h:1333
↓ 30 callers
Method
num_elems
src/opt/pb_sls.cpp:32
↓ 30 callers
Function
power
src/util/rational.h:680
↓ 30 callers
Method
set_else
src/model/func_interp.cpp:143
↓ 30 callers
Method
shrink
src/parsers/smt2/smt2parser.cpp:254
↓ 30 callers
Method
swap
src/util/mpf.cpp:44
↓ 30 callers
Method
to_formula
src/muz/rel/check_relation.cpp:133
↓ 29 callers
Method
add_monic
src/math/lp/nla_core.cpp:134
↓ 29 callers
Method
add_simplifier
src/ast/simplifiers/then_simplifier.h:66
↓ 29 callers
Method
assign
src/smt/theory_pb.cpp:249
↓ 29 callers
Method
degree
\brief Return the degree of the maximal variable of the given atom */
src/nlsat/nlsat_solver.cpp:468
↓ 29 callers
Method
dep
src/ast/simplifiers/dependent_expr.h:101
↓ 29 callers
Function
eq
src/math/polynomial/polynomial.h:1169
↓ 29 callers
Method
get_entry
\brief Return a func_entry e such that m().are_equal(e.m_args[i], args[i]) for all i in [0, m_arity). If such entry does not exist then return 0, a
src/model/func_interp.cpp:183
↓ 29 callers
Method
get_kind
src/sat/sat_watched.h:76
↓ 29 callers
Method
get_trail
src/smt/smt_kernel.cpp:291
↓ 29 callers
Method
inc_ref
src/cmd_context/pdecl.h:36
↓ 29 callers
Method
insert
src/smt/smt_model_finder.cpp:293
↓ 29 callers
Method
is_assigned
src/nlsat/nlsat_assignment.h:65
↓ 29 callers
Function
is_bv
src/api/api_fpa.cpp:36
↓ 29 callers
Method
is_constructor
src/ast/datatype_decl_plugin.h:411
↓ 29 callers
Method
is_ground
src/ast/ast.h:761
↓ 29 callers
Function
is_int
src/math/realclosure/realclosure.h:391
↓ 29 callers
Function
is_pos
src/util/ext_numeral.h:35
↓ 29 callers
Function
is_store
Return `True` if `a` is a Z3 array store application. >>> a = Array('a', IntSort(), IntSort()) >>> is_store(a) False >>> is_store(Sto
src/api/python/z3/z3.py:5082
↓ 29 callers
Function
is_true
Return `True` if `a` is the Z3 true expression. >>> p = Bool('p') >>> is_true(p) False >>> is_true(simplify(p == p)) True >>>
src/api/python/z3/z3.py:1722
↓ 29 callers
Function
lt
src/ast/ast_lt.cpp:58
↓ 29 callers
Method
mk_bool_val
src/ast/ast.h:2237
↓ 29 callers
Function
mk_context
\brief Create a logical context. Enable model construction only. Also enable tracing to stderr and register standard error handler. */
examples/c/test_capi.c:114
↓ 29 callers
Function
mk_indent
src/ast/format.cpp:159
↓ 29 callers
Function
mk_solver
examples/c/test_capi.c:95
↓ 29 callers
Method
mk_ule
src/math/dd/dd_bdd.cpp:983
↓ 29 callers
Method
mk_value
src/ast/euf/euf_bv_plugin.cpp:98
↓ 29 callers
Method
pp_expr
(self, a, d, xs)
src/api/python/z3/z3printer.py:1212
↓ 29 callers
Function
project
src/test/nlsat.cpp:418
↓ 29 callers
Method
shrink
src/sat/sat_solver.cpp:627
↓ 29 callers
Method
split
(self)
src/api/python/z3/z3rcf.py:164
↓ 29 callers
Method
var
src/tactic/arith/pb2bv_tactic.cpp:145
↓ 28 callers
Method
String
String returns the string representation of the AST.
src/api/go/z3.go:171
↓ 28 callers
Method
ToArray
<summary> Translates an AST vector into an AST[] </summary>
src/api/dotnet/ASTVector.cs:103
↓ 28 callers
Function
Z3_get_sort
src/api/api_ast.cpp:667
↓ 28 callers
Method
add
Adds the {@code constraints} to the given goal. @throws Z3Exception
src/api/java/Goal.java:81
↓ 28 callers
Method
call
(...args: CoercibleToArrayIndexType<Name, DomainSort>)
src/api/js/src/high-level/types.ts:1822
↓ 28 callers
Function
compose
(*args)
src/api/python/z3/z3printer.py:573
↓ 28 callers
Method
copy_to
src/ast/sls/sls_bv_valuation.h:38
↓ 28 callers
Method
eqs
src/sat/smt/bv_solver.h:202
↓ 28 callers
Method
getModel
The model of the last {@code Check}. Remarks: The result is {@code null} if {@code Check} was not invoked before, if its results was not {@code SATIS
src/api/java/Solver.java:296
↓ 28 callers
Method
get_func_interp
src/api/c++/z3++.h:2763
↓ 28 callers
Method
get_num_literals
src/smt/smt_clause.h:184
↓ 28 callers
Method
get_value
src/smt/theory_arith_core.h:3308
↓ 28 callers
Method
get_value
src/math/lp/lar_solver.cpp:1559
↓ 28 callers
Method
inc_ref
src/api/api_context.cpp:39
↓ 28 callers
Method
is_arith_expr
src/ast/static_features.h:127
↓ 28 callers
Method
is_const
\brief Return true if this expression is a constant (i.e., an application with 0 arguments). */
src/api/c++/z3++.h:969
↓ 28 callers
Method
is_distinct
src/api/c++/z3++.h:1390
↓ 28 callers
Method
is_false
src/model/model.cpp:586
↓ 28 callers
Function
is_neg
src/math/lp/lp_utils.h:159
↓ 28 callers
Method
is_numeral
src/ast/bv_decl_plugin.cpp:846
↓ 28 callers
Method
is_one
src/qe/mbp/mbp_solve_plugin.cpp:227
↓ 28 callers
Method
is_true
src/tactic/portfolio/euf_completion_tactic.cpp:80
↓ 28 callers
Function
is_verbose
()
scripts/mk_util.py:954
↓ 28 callers
Function
left
src/tactic/aig/aig.cpp:63
↓ 28 callers
Function
log2
src/util/util.cpp:60
↓ 28 callers
Method
mk_sle
src/ast/rewriter/bv_rewriter.cpp:271
↓ 28 callers
Method
new_value_eh
src/ast/sls/sls_context.cpp:660
↓ 28 callers
Function
operator()
src/math/lp/static_matrix.h:170
↓ 28 callers
Function
print_row
src/smt/arith_eq_solver.cpp:114
↓ 28 callers
Method
push_row
src/math/lp/general_matrix.h:34
↓ 28 callers
Method
remove
src/smt/theory_pb.cpp:713
↓ 28 callers
Function
right
src/tactic/aig/aig.cpp:64
↓ 28 callers
Method
select
(...indices: CoercibleToArrayIndexType<Name, DomainSort>)
src/api/js/src/high-level/types.ts:2669
↓ 28 callers
Method
substitute
@category Operations
src/api/js/src/high-level/types.ts:803
↓ 28 callers
Function
to_poly
src/math/polynomial/rpolynomial.cpp:29
↓ 27 callers
Function
E
(ctx=None)
src/api/python/z3/z3rcf.py:29
↓ 27 callers
Method
MkIntSort
Arithmetic operations and sorts MkIntSort creates the integer sort.
src/api/go/arith.go:12
↓ 27 callers
Method
add_clause
src/ast/sls/sls_context.cpp:499
← previous
next →
1,101–1,200 of 43,174, ranked by callers