Leonardo de Moura
|
ffd0c2b09a
|
refactor(library/blast/simple_strategy): eliminate duplicated code
|
2015-11-15 14:30:24 -08:00 |
|
Leonardo de Moura
|
2549e49e72
|
feat(library/blast): add priority_queue for hypotheses we want to eliminate (apply recursion over)
|
2015-11-15 13:32:43 -08:00 |
|
Leonardo de Moura
|
4cd5e18bd0
|
refactor(library/blast): add strategy abstract object
|
2015-11-15 13:12:21 -08:00 |
|
Leonardo de Moura
|
bae37d287d
|
fix(library/blast/state): bad style warnings
|
2015-11-15 12:38:07 -08:00 |
|
Leonardo de Moura
|
ff73fb22fb
|
feat(library/user_recursors): store whether recursor is recursive or not
|
2015-11-15 12:37:35 -08:00 |
|
Leonardo de Moura
|
e18e4e3200
|
fix(library/user_recursors): bug at get_num_minors
|
2015-11-15 11:48:34 -08:00 |
|
Leonardo de Moura
|
676ffb77f9
|
test(tests/lean/run): test for simp action
|
2015-11-15 11:36:24 -08:00 |
|
Leonardo de Moura
|
eae26cdfae
|
feat(library/user_recursors): add get_num_minors
|
2015-11-15 11:35:55 -08:00 |
|
Leonardo de Moura
|
ccdaa524f7
|
fix(library/relation_manager): bad style warnings
|
2015-11-15 11:35:20 -08:00 |
|
Leonardo de Moura
|
fd41a4f76d
|
feat(library/blast): add simplify_target action
|
2015-11-14 16:18:12 -08:00 |
|
Leonardo de Moura
|
6a554f6ba7
|
fix(library/blast/simple_actions): missing include
|
2015-11-14 15:41:54 -08:00 |
|
Leonardo de Moura
|
4d68e2a520
|
feat(library,hott): add eq.mpr and eq.mp lemmas
|
2015-11-14 15:40:47 -08:00 |
|
Leonardo de Moura
|
b5db77961d
|
feat(library/blast): add "trivial" action
|
2015-11-14 15:02:14 -08:00 |
|
Leonardo de Moura
|
2ba9979822
|
feat(library/relation_manager): add helper procedures
|
2015-11-14 14:11:52 -08:00 |
|
Leonardo de Moura
|
0803db21d3
|
refactor(library/blast): add "_action" suffix to files defining actions
|
2015-11-14 13:22:12 -08:00 |
|
Leonardo de Moura
|
9921228dd5
|
feat(library/blast): add simp_rule_sets to branch
|
2015-11-14 13:16:00 -08:00 |
|
Leonardo de Moura
|
0f4e59a84f
|
feat(library/blast): add "no_confusion" action
|
2015-11-13 18:19:05 -08:00 |
|
Leonardo de Moura
|
29d472788f
|
feat(library/blast/subst): avoid unnecessary proof step
|
2015-11-13 16:31:07 -08:00 |
|
Leonardo de Moura
|
3849aff674
|
fix(library/blast/subst): bug in subst action, add hypothesis_idx_buffer_set (helper class), refine revert_action interface
|
2015-11-13 16:10:25 -08:00 |
|
Leonardo de Moura
|
65b962dabd
|
test(tests/lean/run): add basic tests for subst action
|
2015-11-13 15:27:54 -08:00 |
|
Leonardo de Moura
|
33036befc6
|
fix(library/blast/intros): corner case
|
2015-11-13 15:25:55 -08:00 |
|
Leonardo de Moura
|
6c038626f8
|
fix(library/blast/simple_strategy): tracing
|
2015-11-13 15:22:09 -08:00 |
|
Leonardo de Moura
|
ca4c078089
|
feat(library/blast): add "subst" action
|
2015-11-13 15:21:26 -08:00 |
|
Leonardo de Moura
|
cc4608a392
|
feat(library/blast): add "revert" auxiliary action
|
2015-11-13 14:15:48 -08:00 |
|
Leonardo de Moura
|
92a7c38260
|
feat(kernel/expr): add mk_app that takes a list of arguments
|
2015-11-13 14:01:15 -08:00 |
|
Leonardo de Moura
|
950f9ff79f
|
feat(util/rb_tree): buffer => rb_tree
|
2015-11-13 14:00:35 -08:00 |
|
Leonardo de Moura
|
0dd6d6b140
|
feat(library/blast): avoid default name when creating hypotheses
|
2015-11-13 13:13:48 -08:00 |
|
Leonardo de Moura
|
bc8c5a3f68
|
feat(library/blast): basic tracing for blast
|
2015-11-13 13:05:20 -08:00 |
|
Leonardo de Moura
|
2889ec5870
|
feat(library/blast/state): add methods for deleting hypotheses
|
2015-11-13 11:59:34 -08:00 |
|
Leonardo de Moura
|
0a25652885
|
feat(library/blast/intros): intros is now a silent step.
|
2015-11-13 10:55:15 -08:00 |
|
Leonardo de Moura
|
4aa20fcff0
|
feat(library/blast/state): add support for "silent" proof steps.
|
2015-11-13 10:54:10 -08:00 |
|
Leonardo de Moura
|
2e32cf51f9
|
feat(library/blast/state): do not track dependecies to values
|
2015-11-13 10:38:25 -08:00 |
|
Leonardo de Moura
|
a7fdf5cc73
|
fix(library/blast/blast): avoid unnecessary calls to set_local_instances
This was producing a performance problem since the cache is invalidated/flushed
whenever we call this method.
|
2015-11-13 10:08:29 -08:00 |
|
Leonardo de Moura
|
0316412992
|
test(tests/lean/simplifier_norm_num): disable test that is taking a long time
|
2015-11-13 09:25:39 -08:00 |
|
Daniel Selsam
|
4ba6b4f3f1
|
fix(algebra/simplifier): reference norm_num namespace
|
2015-11-12 21:28:11 -08:00 |
|
Daniel Selsam
|
00a5cd519e
|
feat(algebra/simplifier): simp rule set for units
|
2015-11-12 21:23:28 -08:00 |
|
Daniel Selsam
|
e7890fb456
|
feat(algebra/simplifier): useful simp rule sets
|
2015-11-12 21:23:28 -08:00 |
|
Daniel Selsam
|
1276f2f050
|
feat(library/blast/simplifier): struct for cache key
|
2015-11-12 21:21:52 -08:00 |
|
Daniel Selsam
|
f17320eccf
|
fix(library/abstract_expr_manager): remove weight and lt
|
2015-11-12 21:21:52 -08:00 |
|
Daniel Selsam
|
4e85d59785
|
style(library/abstract_expr_manager): whitespace
|
2015-11-12 21:21:52 -08:00 |
|
Daniel Selsam
|
3703938e55
|
feat(library/abstract_expr_manager): compare exprs ignoring subsingletons
|
2015-11-12 21:21:51 -08:00 |
|
Daniel Selsam
|
031979cb49
|
feat(library/blast/simplifier): take simp_rule_sets as argument
|
2015-11-12 21:20:16 -08:00 |
|
Jeremy Avigad
|
98ddc62f6c
|
feat(library/data/complex): add complex numbers
|
2015-11-12 21:05:38 -08:00 |
|
Leonardo de Moura
|
182085b366
|
fix(tests/lean/simplifier_norm_num): adjust tests to recent changes
|
2015-11-12 20:59:26 -08:00 |
|
Rob Lewis
|
44a099f6f1
|
feat(norm_num): performance and style fixes
|
2015-11-12 20:53:37 -08:00 |
|
Rob Lewis
|
4bf0519843
|
feat(norm_num): numeral normalizer works for +, -, *, /
|
2015-11-12 20:53:37 -08:00 |
|
Rob Lewis
|
616450be64
|
feat(library/norm_num): extend norm_num to handle subtraction
|
2015-11-12 20:53:37 -08:00 |
|
Leonardo de Moura
|
8f378db661
|
feat(library/blast): add normalize procedure to blast API
|
2015-11-12 20:42:58 -08:00 |
|
Leonardo de Moura
|
e1f81cfdcd
|
feat(library/type_context): add normalizer for type_context
|
2015-11-12 20:31:36 -08:00 |
|
Leonardo de Moura
|
d9816b6e21
|
fix(library/type_context): avoid errors in the infer type method due to opaque constants
|
2015-11-12 20:04:46 -08:00 |
|