.. |
backward
|
feat(library/blast): add blast.backward option for disabling/enabling backward chaining
|
2015-12-02 22:52:54 -08:00 |
forward
|
feat(library/blast/forward/ematch): add support for multi-patterns
|
2015-12-02 22:52:54 -08:00 |
simplifier
|
feat(library/blast/simplifier/simplifier_actions): add simplify_hypothesis_action
|
2015-11-22 17:49:00 -08:00 |
unit
|
feat(library/blast/unit): conjunctive conclusions
|
2015-11-24 22:45:39 -08:00 |
action_result.h
|
feat(library/blast): add action based on congruence closure module
|
2015-11-19 12:30:45 -08:00 |
assert_cc_action.cpp
|
feat(library/blast/congruence_closure): allow meta-variables in the congruence closure module after partitions have been frozen
|
2015-11-24 18:48:23 -08:00 |
assert_cc_action.h
|
feat(library/blast/congruence_closure): expose get_cc()
|
2015-11-23 14:41:22 -08:00 |
blast.cpp
|
feat(library/blast/blast): use type_context normalizer
|
2015-11-22 17:04:04 -08:00 |
blast.h
|
feat(library/blast/congruence_closure): implement congruence closure
|
2015-11-19 19:37:11 -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/simplifier): move simplifier module into blast
|
2015-11-19 19:43:04 -08:00 |
congruence_closure.cpp
|
fix(library/blast/congruence_closure): bug in congruence closure proof extraction
|
2015-12-02 22:52:54 -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
|
refactor(library/blast): use branch_extension for recursor_action
|
2015-11-18 15:49:02 -08:00 |
init_module.cpp
|
feat(library/blast/congruence_closure): expose get_cc()
|
2015-11-23 14:41:22 -08:00 |
init_module.h
|
feat(library/blast): parse blast tactic and invoke stub
|
2015-09-25 12:45:16 -07:00 |
intros_action.cpp
|
feat(library/blast): add trace module
|
2015-11-18 12:59:53 -08:00 |
intros_action.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 |
no_confusion_action.cpp
|
refactor(library/blast): get_hypothesis_decl return a reference
|
2015-11-18 18:20:02 -08:00 |
no_confusion_action.h
|
refactor(library/blast): add "_action" suffix to files defining actions
|
2015-11-14 13:22:12 -08:00 |
options.cpp
|
fix(library/blast/options): typo
|
2015-12-02 22:52:54 -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 |
recursor_action.cpp
|
feat(library/blast/simplifier/simplifier_actions): add simplify_hypothesis_action
|
2015-11-22 17:49:00 -08:00 |
recursor_action.h
|
refactor(library/blast): use branch_extension for recursor_action
|
2015-11-18 15:49:02 -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_actions.cpp
|
refactor(library/blast): get_hypothesis_decl return a reference
|
2015-11-18 18:20:02 -08:00 |
simple_actions.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
|
feat(library/blast): add blast.ematch option, and ematching search procedure
|
2015-12-02 22:52:54 -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 |
subst_action.cpp
|
fix(library/blast/subst_action): do not apply subst to (H : a = a), let the discard_action to get rid of it
|
2015-11-22 15:37:32 -08:00 |
subst_action.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 |
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 |