lean2/src/library/blast
Leonardo de Moura 73622150a6 refactor(library/blast): move actions to actions folder
to make Daniel happy.
2015-12-04 10:00:04 -08:00
..
actions refactor(library/blast): move actions to actions folder 2015-12-04 10:00:04 -08:00
backward refactor(library/blast): move actions to actions folder 2015-12-04 10:00:04 -08:00
forward fix(library/blast/forward/ematch): typo 2015-12-02 23:17:24 -08:00
simplifier refactor(library/blast): move actions to actions folder 2015-12-04 10:00:04 -08:00
unit feat(library/blast/unit): preprocessor placeholder 2015-12-04 08:30:04 -08:00
action_result.h feat(library/blast): add action based on congruence closure module 2015-11-19 12:30:45 -08:00
blast.cpp refactor(library/abstract_expr_manager): remove fun_info_manager 2015-12-04 08:31:38 -08:00
blast.h feat(library/blast/imp_extension): imperative branch extensions 2015-12-04 08:22:46 -08:00
blast_exception.h feat(library/blast): add basic blast_exception 2015-09-29 09:02:58 -07:00
blast_tactic.cpp feat(library/blast): add basic blast_exception 2015-09-29 09:02:58 -07:00
blast_tactic.h feat(library/blast): parse blast tactic and invoke stub 2015-09-25 12:45:16 -07:00
choice_point.cpp refactor(library/blast): add strategy abstract object 2015-11-15 13:12:21 -08:00
choice_point.h fix(library/blast): uninitialized variables 2015-11-18 18:56:19 -08:00
CMakeLists.txt refactor(library/blast): move actions to actions folder 2015-12-04 10:00:04 -08:00
congruence_closure.cpp fix(library/blast/congruence_closure): is_relation_app ==> is_equivalence_relation_app 2015-12-02 23:28:57 -08:00
congruence_closure.h fix(library/blast/congruence_closure): bug in congruence closure proof extraction 2015-12-02 22:52:54 -08:00
expr.cpp refactor(library/blast): we should reuse uref/mref/href in idxs 2015-11-09 12:41:52 -08:00
expr.h refactor(library/blast): we should reuse uref/mref/href in idxs 2015-11-09 12:41:52 -08:00
gexpr.cpp feat(library/blast/backward): backward chaining strategy 2015-11-18 17:48:39 -08:00
gexpr.h feat(library/blast/backward): backward chaining strategy 2015-11-18 17:48:39 -08:00
hypothesis.h fix(library/blast/recursor_action): indexed families 2015-12-02 23:43:15 -08:00
imp_extension.cpp chore(library/blast/imp_extension): fix unused argument warning 2015-12-04 08:34:20 -08:00
imp_extension.h chore(library/blast/imp_extension): style 2015-12-04 08:26:03 -08:00
init_module.cpp refactor(library/blast): move actions to actions folder 2015-12-04 10:00:04 -08:00
init_module.h feat(library/blast): parse blast tactic and invoke stub 2015-09-25 12:45:16 -07:00
options.cpp refactor(library/blast,frontends/lean): forward pattern index 2015-12-02 22:52:55 -08:00
options.h feat(library/blast): add blast.backward option for disabling/enabling backward chaining 2015-12-02 22:52:54 -08:00
proof_expr.cpp refactor(library/blast): get_hypothesis_decl return a reference 2015-11-18 18:20:02 -08:00
proof_expr.h feat(library/blast): add proof_expr thin layer for creating proof terms at blast 2015-11-10 10:50:58 -08:00
revert.cpp refactor(library/blast): make sure all actions return action_result, add macros for simplifying strategy definition 2015-11-18 12:29:43 -08:00
revert.h refactor(library/blast): make sure all actions return action_result, add macros for simplifying strategy definition 2015-11-18 12:29:43 -08:00
simple_strategy.cpp refactor(library/blast): move actions to actions folder 2015-12-04 10:00:04 -08:00
simple_strategy.h refactor(library/blast): move simple search strategy to separate module 2015-11-10 11:44:18 -08:00
state.cpp feat(library/blast/state): improve lazy initialization 2015-11-23 11:32:45 -08:00
state.h refactor(library/blast): hypothesis activation protocol 2015-11-22 18:22:26 -08:00
strategy.cpp refactor(library/blast): hypothesis activation protocol 2015-11-22 18:22:26 -08:00
strategy.h refactor(library/blast): hypothesis activation protocol 2015-11-22 18:22:26 -08:00
trace.cpp feat(library/blast): add get_config() 2015-11-20 10:39:26 -08:00
trace.h feat(library/blast): add get_config() 2015-11-20 10:39:26 -08:00
util.cpp feat(library/blast): add simple indexing data-structure for active hypotheses 2015-11-11 00:02:47 -08:00
util.h feat(library/blast): add simple indexing data-structure for active hypotheses 2015-11-11 00:02:47 -08:00