Home
last modified time | relevance | path

Searched refs:svector (Results 101 – 125 of 892) sorted by relevance

12345678910>>...36

/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dsmt_types.h38 typedef svector<bool_var> bool_var_vector;
48 typedef svector<enode_pair> enode_pair_vector;
/dports/math/z3/z3-z3-4.8.13/src/sat/
H A Dsat_prob.h59 svector<clause_info> m_clauses;
65 svector<double> m_prob_break;
66 svector<double> m_probs;
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/
H A Dsat_prob.h60 svector<clause_info> m_clauses;
66 svector<double> m_prob_break;
67 svector<double> m_probs;
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/lp/
H A Dvar_register.h42 svector<ext_var_info> m_local_to_external;
73 svector<unsigned> vars() const { in vars()
74 svector<unsigned> ret; in vars()
H A Dhnf_cutter.cpp87 vector<mpq> hnf_cutter::create_b(const svector<unsigned> & basis_rows) { in create_b()
148 void hnf_cutter::shrink_explanation(const svector<unsigned>& basis_rows) { in shrink_explanation()
149 svector<unsigned> new_expl; in shrink_explanation()
188 svector<unsigned> basis_rows; in create_cut()
230 svector<unsigned> hnf_cutter::vars() const { return m_var_register.vars(); } in vars()
H A Dbinary_heap_upair_queue.h38 svector<upair> m_pairs; // inverse to index
39 svector<unsigned> m_available_spots;
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dsmt_types.h39 typedef svector<bool_var> bool_var_vector;
49 typedef svector<enode_pair> enode_pair_vector;
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/smt/
H A Dba_solver.h72 svector<wliteral> m_wlits;
103 svector<int64_t> m_coeffs;
104 svector<bool_var> m_active_vars;
144 vector<svector<constraint*>> m_cnstr_use_list;
152 svector<wliteral> m_wlits;
356 void active2wlits(svector<wliteral>& wlits);
366 constraint* add_pb_ge(literal l, svector<wliteral> const& wlits, unsigned k, bool learned);
384 void convert_to_wlits(app* t, sat::literal_vector const& lits, svector<wliteral>& wlits);
385 void convert_pb_args(app* t, svector<wliteral>& wlits);
402 void add_pb_ge(bool_var v, svector<wliteral> const& wlits, unsigned k);
/dports/math/z3/z3-z3-4.8.13/src/math/lp/
H A Dhnf_cutter.cpp87 vector<mpq> hnf_cutter::create_b(const svector<unsigned> & basis_rows) { in create_b()
148 void hnf_cutter::shrink_explanation(const svector<unsigned>& basis_rows) { in shrink_explanation()
149 svector<unsigned> new_expl; in shrink_explanation()
188 svector<unsigned> basis_rows; in create_cut()
230 svector<unsigned> hnf_cutter::vars() const { return m_var_register.vars(); } in vars()
H A Dbinary_heap_upair_queue.h38 svector<upair> m_pairs; // inverse to index
39 svector<unsigned> m_available_spots;
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dstatistics.h27 svector<key_val_pair> m_stats;
29 svector<key_d_val_pair> m_d_stats;
H A Dnumeral_buffer.h26 svector<Numeral> m_buffer;
84 void swap(svector<Numeral> & other) { in swap()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dstatistics.h27 svector<key_val_pair> m_stats;
29 svector<key_d_val_pair> m_d_stats;
H A Dnumeral_buffer.h26 svector<Numeral> m_buffer;
84 void swap(svector<Numeral> & other) { in swap()
/dports/math/z3/z3-z3-4.8.13/src/muz/base/
H A Ddl_context.h60 typedef svector<table_element> table_fact;
160 typedef obj_map<const func_decl, svector<symbol> > pred2syms;
191 svector<symbol> m_rule_names;
368 void set_argument_names(const func_decl * pred, const svector<symbol> & var_names);
378 … void get_rules_as_formulas(expr_ref_vector& fmls, expr_ref_vector& qs, svector<symbol>& names);
379 …void get_raw_rule_formulas(expr_ref_vector& fmls, svector<symbol>& names, unsigned_vector &bounds);
571 void get_rules_along_trace_as_formulas (expr_ref_vector& rules, svector<symbol>& names);
H A Ddl_rule_transformer.h36 typedef svector<plugin*> plugin_vector;
42 svector<plugin*> m_plugins;
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/base/
H A Ddl_context.h60 typedef svector<table_element> table_fact;
160 typedef obj_map<const func_decl, svector<symbol> > pred2syms;
191 svector<symbol> m_rule_names;
368 void set_argument_names(const func_decl * pred, const svector<symbol> & var_names);
378 … void get_rules_as_formulas(expr_ref_vector& fmls, expr_ref_vector& qs, svector<symbol>& names);
379 …void get_raw_rule_formulas(expr_ref_vector& fmls, svector<symbol>& names, unsigned_vector &bounds);
571 void get_rules_along_trace_as_formulas (expr_ref_vector& rules, svector<symbol>& names);
H A Ddl_rule_transformer.h36 typedef svector<plugin*> plugin_vector;
42 svector<plugin*> m_plugins;
/dports/science/libint2/libint-2.7.1/include/libint2/
H A Dshell.h88 svector<real_t> coeff;
104 svector<real_t> alpha; //!< exponents
105 svector<Contraction> contr; //!< contractions
107svector<real_t> max_ln_coeff; //!< maximum ln of (absolute) contraction coefficient for each primi…
127 Shell(svector<real_t> _alpha, in Shell()
128 svector<Contraction> _contr, in Shell()
/dports/math/z3/z3-z3-4.8.13/src/muz/spacer/
H A Dspacer_antiunify.h39 svector<expr_pair> m_todo;
41 svector<expr_pair> m_subs;
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/spacer/
H A Dspacer_antiunify.h39 svector<expr_pair> m_todo;
41 svector<expr_pair> m_subs;
/dports/math/z3/z3-z3-4.8.13/src/nlsat/
H A Dnlsat_solver.h172 void get_bvalues(svector<bool_var> const& bvars, svector<lbool>& vs);
173 void set_bvalues(svector<lbool> const& vs);
/dports/math/py-z3-solver/z3-z3-4.8.10/src/nlsat/
H A Dnlsat_solver.h171 void get_bvalues(svector<bool_var> const& bvars, svector<lbool>& vs);
172 void set_bvalues(svector<lbool> const& vs);
/dports/math/z3/z3-z3-4.8.13/src/api/
H A Dz3_replayer.cpp41 svector<char> m_string;
49 svector<z3_replayer_cmd> m_cmds;
107 svector<value> m_args;
110 vector<svector<Z3_symbol> > m_sym_arrays;
112 vector<svector<int> > m_int_arrays;
366 m_int_arrays.push_back(svector<int>()); in push_array()
367 svector<int> & v = m_int_arrays.back(); in push_array()
375 m_sym_arrays.push_back(svector<Z3_symbol>()); in push_array()
376 svector<Z3_symbol> & v = m_sym_arrays.back(); in push_array()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/
H A Dz3_replayer.cpp41 svector<char> m_string;
49 svector<z3_replayer_cmd> m_cmds;
107 svector<value> m_args;
110 vector<svector<Z3_symbol> > m_sym_arrays;
112 vector<svector<int> > m_int_arrays;
366 m_int_arrays.push_back(svector<int>()); in push_array()
367 svector<int> & v = m_int_arrays.back(); in push_array()
375 m_sym_arrays.push_back(svector<Z3_symbol>()); in push_array()
376 svector<Z3_symbol> & v = m_sym_arrays.back(); in push_array()

12345678910>>...36