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
Commits
0acfc1f7
Commit
0acfc1f7
authored
2 years ago
by
Hans-Jörg
Browse files
Options
Downloads
Patches
Plain Diff
Clarify resolution rule: double negation, justification
parent
5107e789
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#7157
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
spec/rule_list.tex
+11
-2
11 additions, 2 deletions
spec/rule_list.tex
with
11 additions
and
2 deletions
spec/rule_list.tex
+
11
−
2
View file @
0acfc1f7
...
...
@@ -59,13 +59,22 @@ This rule is the resolution of two or more clauses.
where
$
\varphi
^{
r
_
1
}_{
s
_
1
}
,
\dots
,
\varphi
^{
r
_
m
}_{
s
_
m
}$
are from
$
\varphi
^{
i
}_{
j
}$
and
are the result of a chain of predicate resolution steps on the clauses of
$
i
_
1
$
to
$
i
_
n
$
. It is possible that
$
m
=
0
$
, i.e. that
the result is the empty clause.
the result is the empty clause. When performing resolution steps, the
rule implicitly merges repeated negations at the start of the formulas
$
\varphi
^{
i
}_{
j
}$
. For example, the formulas
$
\neg\neg\neg
P
$
and
$
\neg\neg
P
$
can serve as pivots during resolution. The first formula is interpreted as
$
\neg
P
$
and the second as just
$
P
$
for the purpose of performing resolution
steps.
This rule is only used when the resolution step is not emitted by the SAT solver.
See the equivalent
\proofRule
{
resolution
}
rule for the rule emitted by the
SAT solver.
\paragraph
{
Remark.
}
While checking this rule is NP-complete, the
\currule
-steps
\paragraph
{
Remark.
}
The definition given here is very general. The motivation
for this to ensure the definition covers all possible resolution steps generated
by the existing proof generation code in veriT. It will be restricted after
a full review of the code. As a consequence of this checking this rule is
theoretically NP-complete. In practice, however, the
\currule
-steps
produced by veriT are simple. Experience with reconstructing the step in
Isabelle/HOL shows that checking can done by naive decision procedures. The
vast majority of
\currule
-steps are binary resolution steps.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment