Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Alethe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
veriT
Alethe
Merge requests
!6
Add la_mult_pos and la_mult_neg rules
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add la_mult_pos and la_mult_neg rules
Add-la_mult-rules
into
master
Overview
10
Commits
6
Pipelines
5
Changes
2
Merged
Lachnitt
requested to merge
Add-la_mult-rules
into
master
10 months ago
Overview
10
Commits
6
Pipelines
5
Changes
2
Expand
This PR adds two rules
la_mult_pos
and
la_mult_neg
to the standard.
Merge request reports
Compare
master
version 4
81149671
10 months ago
version 3
fbea37e0
10 months ago
version 2
8535f765
10 months ago
version 1
b7c1ff6b
10 months ago
master (base)
and
latest version
latest version
a07a3f6d
6 commits,
10 months ago
version 4
81149671
5 commits,
10 months ago
version 3
fbea37e0
3 commits,
10 months ago
version 2
8535f765
2 commits,
10 months ago
version 1
b7c1ff6b
1 commit,
10 months ago
2 files
+
62
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
spec/changelog.tex
+
1
−
0
Options
@@ -5,6 +5,7 @@ Proof rules:
\item
Addition of a section describing bitvector proofs.
\item
Bitblasting rules:
\proofRule
{
bitblast
_
extract
}
,
\proofRule
{
bitblast
_
add
}
,
\proofRule
{
bitblast
_
ult
}
.
\item
Addition of rules
\proofRule
{
la
_
mult
_
pos
}
and
\proofRule
{
la
_
mult
_
neg
}
to describe multiplication with a positive or negative factor.
\end{itemize}
\noindent
Loading