lean2/src/library/blast
Leonardo de Moura 9bdf3a0d33 refactor(library/blast): we should reuse uref/mref/href in idxs
Motivation: avoid nasty bugs when caching results
2015-11-09 12:41:52 -08:00
..
assumption.cpp feat(library/blast): add basic assumption action 2015-11-08 18:16:34 -08:00
assumption.h feat(library/blast): add basic assumption action 2015-11-08 18:16:34 -08:00
blast.cpp refactor(library/blast): we should reuse uref/mref/href in idxs 2015-11-09 12:41:52 -08:00
blast.h feat(library/blast): very basic search procedure and iterative deepening 2015-11-08 17:57:37 -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
branch.cpp refactor(library/blast): we should reuse uref/mref/href in idxs 2015-11-09 12:41:52 -08:00
branch.h refactor(library/blast): we should reuse uref/mref/href in idxs 2015-11-09 12:41:52 -08:00
CMakeLists.txt feat(library/blast): add intros action 2015-11-08 19:18:40 -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
hypothesis.h refactor(library/blast): we don't require maximally shared terms anymore in blast 2015-11-08 14:05:01 -08:00
init_module.cpp style(library/blast/simplifier): whitespace 2015-11-08 14:05:03 -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): add intros action 2015-11-08 19:18:40 -08:00
intros.h feat(library/blast): add intros action 2015-11-08 19:18:40 -08:00
simplifier.cpp refactor(library/blast/simplifier): use app_builder mk_congr, mk_congr_arg and mk_congr_fun 2015-11-08 14:05:03 -08:00
simplifier.h style(library/blast/simplifier): whitespace 2015-11-08 14:05:03 -08:00
state.cpp refactor(library/blast): we should reuse uref/mref/href in idxs 2015-11-09 12:41:52 -08:00
state.h refactor(library/blast): we should reuse uref/mref/href in idxs 2015-11-09 12:41:52 -08:00
union_find.h feat(library/blast): add union-find datastructure 2015-05-11 16:19:51 -07:00