Leonardo de Moura
6683d1eb91
chore: add module keyword to grind tests ( #10036 )
...
This PR also fixes missing `@[expose]` in grind support definitions.
2025-08-21 22:02:08 +00:00
Kim Morrison
d9b2a5e9f7
feat: additional grind annotations for List/Array/Vector lemmas ( #8805 )
...
This PR continues adding `grind` annotations for `List/Array/Vector`
lemmas.
2025-06-16 11:00:51 +00:00
Kim Morrison
eccc472e8d
chore: remove set_option grind.warning false ( #8714 )
...
This PR removes the now unnecessary `set_option grind.warning false`
statements, now that the warning is disabled by default.
2025-06-11 05:09:19 +00:00
Kim Morrison
2344e3f254
chore: minor fixes to grind_indexmap test case ( #8706 )
2025-06-10 11:35:48 +00:00
Kim Morrison
50474fef78
chore: cleanup after renaming get_elem_tactic_trivial
2025-06-06 13:10:18 +10:00
Kim Morrison
d6478e15c7
chore: remove slow and unnecessary @[grind] annotations ( #8630 )
2025-06-04 10:57:25 +00:00
Kim Morrison
1260059a59
feat: add grind use case example IndexMap ( #8622 )
...
This PR adds a test case / use case example for `grind`, setting up the
very basics of `IndexMap`, modelled on Rust's
[`indexmap`](https://docs.rs/indexmap/latest/indexmap/ ). It is not
intended as a complete implementation: just enough to exercise `grind`.
(Thanks to @arthurpaulino for suggesting this as a test case.)
2025-06-04 01:33:56 +00:00