Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
inox
Commits
3c23a864
Commit
3c23a864
authored
6 years ago
by
Jad Hamza
Committed by
Nicolas Voirol
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Use InoxSet instead of Set in Z3Target to avoid clash with Z3's Set
parent
a1ffdd6c
No related branches found
No related tags found
1 merge request
!98
Parsing and extraction for lambdas in Z3's (4.8.4) model output
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/scala/inox/solvers/smtlib/Z3Target.scala
+1
-1
1 addition, 1 deletion
src/main/scala/inox/solvers/smtlib/Z3Target.scala
with
1 addition
and
1 deletion
src/main/scala/inox/solvers/smtlib/Z3Target.scala
+
1
−
1
View file @
3c23a864
...
@@ -91,7 +91,7 @@ trait Z3Target extends SMTLIBTarget with SMTLIBDebugger {
...
@@ -91,7 +91,7 @@ trait Z3Target extends SMTLIBTarget with SMTLIBDebugger {
protected
val
extSym
=
SSymbol
(
"_"
)
protected
val
extSym
=
SSymbol
(
"_"
)
protected
lazy
val
setSort
:
SSymbol
=
{
protected
lazy
val
setSort
:
SSymbol
=
{
val
s
=
SSymbol
(
"Set"
)
val
s
=
SSymbol
(
"
Inox
Set"
)
val
t
=
SSymbol
(
"T"
)
val
t
=
SSymbol
(
"T"
)
val
arraySort
=
Sort
(
val
arraySort
=
Sort
(
...
...
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