Gymbo
|
Core implementation of gradient-based smt solver. More...
Go to the source code of this file.
Namespaces | |
gymbo | |
Functions | |
void | gymbo::initialize_params (std::unordered_map< int, float > ¶ms, SymState &state, bool ignore_memory) |
Initialize Parameter Values from Memory. More... | |
void | gymbo::smt_union_solver (bool &is_sat, SymState &state, std::unordered_map< int, float > ¶ms, GDOptimizer &optimizer, int max_num_trials, bool ignore_memory) |
SMT Solver with Unified Loss Function. More... | |
void | gymbo::smt_dpll_solver (bool &is_sat, SymState &state, std::unordered_map< int, float > ¶ms, GDOptimizer &optimizer, int max_num_trials, bool ignore_memory) |
SMT Solver using DPLL as its backend. More... | |
Core implementation of gradient-based smt solver.