Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lisa
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
LARA
lisa
Merge requests
!154
correct issue deep in OL Equivalence checker related to quantifiers.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
correct issue deep in OL Equivalence checker related to quantifiers.
github/fork/SimonGuilloud/sameFix
into
main
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Viktor Kuncak
requested to merge
github/fork/SimonGuilloud/sameFix
into
main
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Created by: SimonGuilloud
👍
0
👎
0
Merge request reports
Viewing commit
d9f22e59
Prev
Next
Show latest version
1 file
+
0
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d9f22e59
scalafix
· d9f22e59
SimonGuilloud
authored
1 year ago
src/main/scala/lisa/automation/kernel/OLPropositionalSolver.scala
+
0
−
4
Options
@@ -92,15 +92,11 @@ object OLPropositionalSolver {
// Transform a sequent into a format more adequate for solving
private
def
augmentSequent
(
s
:
Sequent
)
:
AugSequent
=
{
import
lisa.utils.parsing.FOLPrinter.
*
val
f
=
reducedForm
(
sequentToFormula
(
s
))
val
atoms
:
scala.collection.mutable.Map
[
Formula
,
Int
]
=
scala
.
collection
.
mutable
.
Map
.
empty
AugSequent
((
Nil
,
Nil
),
f
)
}
def
reduceSequent
(
s
:
Sequent
)
:
Formula
=
{
val
p
=
simplify
(
sequentToFormula
(
s
))
val
nf
=
computeNormalForm
(
p
)
Loading