Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
RefinedC
Commits
06460813
Commit
06460813
authored
Jun 10, 2021
by
Michael Sammler
Browse files
unfold aligned_to and Z.divide before lia
parent
02c3ff05
Pipeline
#48440
passed with stage
in 16 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/typing/automation/solvers.v
View file @
06460813
...
...
@@ -8,6 +8,8 @@ Proof. done. Qed.
Ltac
unfold_common_defs
:
=
unfold
(* Unfold [aligned_to] and [Z.divide] as lia can work with the underlying multiplication. *)
aligned_to
,
Z
.
divide
,
(* Unfold [addr] since [lia] may get stuck due to [addr]/[Z] mismatches. *)
addr
,
(* Layout *)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment