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
8e5ad90c
Commit
8e5ad90c
authored
8 years ago
by
Manos Koukoutos
Browse files
Options
Downloads
Patches
Plain Diff
Update targets
parent
c20e79a7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/scala/inox/solvers/smtlib/SMTLIBCVC4Target.scala
+2
-0
2 additions, 0 deletions
src/main/scala/inox/solvers/smtlib/SMTLIBCVC4Target.scala
src/main/scala/inox/solvers/smtlib/SMTLIBZ3Target.scala
+0
-1
0 additions, 1 deletion
src/main/scala/inox/solvers/smtlib/SMTLIBZ3Target.scala
with
2 additions
and
1 deletion
src/main/scala/inox/solvers/smtlib/SMTLIBCVC4Target.scala
+
2
−
0
View file @
8e5ad90c
...
@@ -17,6 +17,8 @@ trait SMTLIBCVC4Target extends SMTLIBTarget {
...
@@ -17,6 +17,8 @@ trait SMTLIBCVC4Target extends SMTLIBTarget {
import
trees._
import
trees._
import
symbols._
import
symbols._
def
targetName
=
"cvc4"
override
def
getNewInterpreter
(
ctx
:
InoxContext
)
=
{
override
def
getNewInterpreter
(
ctx
:
InoxContext
)
=
{
val
opts
=
interpreterOps
(
ctx
)
val
opts
=
interpreterOps
(
ctx
)
ctx
.
reporter
.
debug
(
"Invoking solver with "
+
opts
.
mkString
(
" "
))
ctx
.
reporter
.
debug
(
"Invoking solver with "
+
opts
.
mkString
(
" "
))
...
...
This diff is collapsed.
Click to expand it.
src/main/scala/inox/solvers/smtlib/SMTLIBZ3Target.scala
+
0
−
1
View file @
8e5ad90c
...
@@ -4,7 +4,6 @@ package inox
...
@@ -4,7 +4,6 @@ package inox
package
solvers
package
solvers
package
smtlib
package
smtlib
import
_root_.smtlib.common._
import
_root_.smtlib.parser.Terms.
{
Identifier
=>
SMTIdentifier
,
Let
=>
SMTLet
,
_
}
import
_root_.smtlib.parser.Terms.
{
Identifier
=>
SMTIdentifier
,
Let
=>
SMTLet
,
_
}
import
_root_.smtlib.parser.Commands.
{
FunDef
=>
SMTFunDef
,
_
}
import
_root_.smtlib.parser.Commands.
{
FunDef
=>
SMTFunDef
,
_
}
import
_root_.smtlib.interpreters.Z3Interpreter
import
_root_.smtlib.interpreters.Z3Interpreter
...
...
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