lean2/src/library/blast
2015-11-13 14:15:48 -08:00
..
action_result.h doc(library/blast): document action_result 2015-11-10 17:49:41 -08:00
backward.cpp feat(library/blast): add gexpr "generalized expressions" 2015-11-11 16:11:51 -08:00
backward.h feat(library/blast): add gexpr "generalized expressions" 2015-11-11 16:11:51 -08:00
blast.cpp fix(library/blast/blast): avoid unnecessary calls to set_local_instances 2015-11-13 10:08:29 -08:00
blast.h feat(library/blast): add normalize procedure to blast API 2015-11-12 20:42:58 -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 feat(library/blast): major reorg and basic backward chaining action 2015-11-10 17:00:16 -08:00
choice_point.h doc(library/blast): document action_result 2015-11-10 17:49:41 -08:00
CMakeLists.txt feat(library/blast): add "revert" auxiliary action 2015-11-13 14:15:48 -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): add gexpr "generalized expressions" 2015-11-11 16:11:51 -08:00
gexpr.h feat(library/blast): add gexpr "generalized expressions" 2015-11-11 16:11:51 -08:00
hypothesis.h feat(library/blast/state): add methods for deleting hypotheses 2015-11-13 11:59:34 -08:00
init_module.cpp refactor(library/blast): move blast options to separate module 2015-11-10 11:03:54 -08:00
init_module.h feat(library/blast): parse blast tactic and invoke stub 2015-09-25 12:45:16 -07:00
intros.cpp feat(library/blast): avoid default name when creating hypotheses 2015-11-13 13:13:48 -08:00
intros.h feat(library/blast/intros): intros is now a silent step. 2015-11-13 10:55:15 -08:00
options.cpp feat(library/blast): basic tracing for blast 2015-11-13 13:05:20 -08:00
options.h feat(library/blast): basic tracing for blast 2015-11-13 13:05:20 -08:00
proof_expr.cpp feat(library/blast): add proof_expr thin layer for creating proof terms at blast 2015-11-10 10:50:58 -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 feat(library/blast): add "revert" auxiliary action 2015-11-13 14:15:48 -08:00
revert.h feat(library/blast): add "revert" auxiliary action 2015-11-13 14:15:48 -08:00
simple_actions.cpp feat(library/blast): add simple indexing data-structure for active hypotheses 2015-11-11 00:02:47 -08:00
simple_actions.h feat(library/blast): add simple indexing data-structure for active hypotheses 2015-11-11 00:02:47 -08:00
simple_strategy.cpp feat(library/blast): basic tracing for blast 2015-11-13 13:05:20 -08:00
simple_strategy.h refactor(library/blast): move simple search strategy to separate module 2015-11-10 11:44:18 -08:00
simplifier.cpp feat(library/blast/simplifier): struct for cache key 2015-11-12 21:21:52 -08:00
simplifier.h feat(library/blast/simplifier): take simp_rule_sets as argument 2015-11-12 21:20:16 -08:00
state.cpp feat(library/blast): add "revert" auxiliary action 2015-11-13 14:15:48 -08:00
state.h feat(library/blast): add "revert" auxiliary action 2015-11-13 14:15:48 -08:00
union_find.h feat(library/blast): add union-find datastructure 2015-05-11 16:19:51 -07: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