Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
colibrics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
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
pub
colibrics
Commits
6f1fd15b
Commit
6f1fd15b
authored
3 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
[Bool] it is LRA that should decide on its literals if fourier needs it
parent
28f1ab26
No related branches found
No related tags found
1 merge request
!7
One delayed by environment
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src_colibri2/theories/LRA/fourier.ml
+2
-1
2 additions, 1 deletion
src_colibri2/theories/LRA/fourier.ml
src_colibri2/theories/bool/boolean.ml
+0
-3
0 additions, 3 deletions
src_colibri2/theories/bool/boolean.ml
with
2 additions
and
4 deletions
src_colibri2/theories/LRA/fourier.ml
+
2
−
1
View file @
6f1fd15b
...
@@ -259,7 +259,8 @@ let converter d (f:Ground.t) =
...
@@ -259,7 +259,8 @@ let converter d (f:Ground.t) =
IArray
.
iter
~
f
:
attach
args
;
IArray
.
iter
~
f
:
attach
args
;
Egraph
.
attach_value
d
(
Ground
.
node
f
)
Boolean
.
dom
Daemon
.
key
()
;
Egraph
.
attach_value
d
(
Ground
.
node
f
)
Boolean
.
dom
Daemon
.
key
()
;
Datastructure
.
Push
.
push
comparisons
d
f
;
Datastructure
.
Push
.
push
comparisons
d
f
;
Egraph
.
register_delayed_event
d
Daemon
.
key
()
Egraph
.
register_delayed_event
d
Daemon
.
key
()
;
Egraph
.
register_decision
d
(
Boolean
.
chobool
(
Ground
.
node
f
))
|
_
->
()
|
_
->
()
let
init
env
=
let
init
env
=
...
...
This diff is collapsed.
Click to expand it.
src_colibri2/theories/bool/boolean.ml
+
0
−
3
View file @
6f1fd15b
...
@@ -323,9 +323,6 @@ let converter d (f:Ground.t) =
...
@@ -323,9 +323,6 @@ let converter d (f:Ground.t) =
|
{
app
=
{
builtin
=
Expr
.
False
};
tyargs
=
[]
;
args
;
_
}
->
|
{
app
=
{
builtin
=
Expr
.
False
};
tyargs
=
[]
;
args
;
_
}
->
assert
(
IArray
.
is_empty
args
);
assert
(
IArray
.
is_empty
args
);
reg
_false
reg
_false
|
{
ty
;
_
}
when
Ground
.
Ty
.
equal
ty
Ground
.
Ty
.
bool
->
Egraph
.
register_decision
d
(
chobool
res
)
|
_
->
()
|
_
->
()
...
...
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