Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
COLIBRI
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
Container 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
pub
COLIBRI
Commits
83bb1b94
Commit
83bb1b94
authored
3 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
Fixes
#25
parent
2bb778bf
No related branches found
No related tags found
1 merge request
!12
Fix bug25
Pipeline
#33671
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/sat/bug25.smt2
+64
-0
64 additions, 0 deletions
tests/sat/bug25.smt2
with
64 additions
and
0 deletions
tests/sat/bug25.smt2
0 → 100644
+
64
−
0
View file @
83bb1b94
;; produced by colibri.drv ;;
(set-logic ALL)
(set-info :smt-lib-version 2.6)
;;; generated by SMT-LIB2 driver
;;; SMT-LIB2 driver: bit-vectors, common part
;;; SMT-LIB2: integer arithmetic
(declare-sort value 0)
(declare-fun valueqtint (value) Int)
(define-fun to_rep ((x value)) Int (valueqtint x))
(declare-const a (Array Int (Array Int value)))
(declare-const i Int)
(declare-const j Int)
(declare-const x value)
(declare-const y value)
(assert
(not
(= (to_rep
(select
(select
(store
(store a i
(store
(select a i)
j x))
i
(store
(select
(store a i
(store
(select a i)
j x))
i)
j y))
i)
j))
(to_rep
(select
(select
(store
(store a i
(store
(select a i)
j x))
i
(store
(select
(store a i
(store
(select a i)
j x))
i)
j y))
j)
i)))))
(check-sat)
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