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
97b37ae5
Commit
97b37ae5
authored
2 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
[Simplex] add comment about the reason of a restriction
parent
d66abde7
Loading
Loading
1 merge request
!28
Fix some heuristics
Pipeline
#53243
failed
2 years ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
colibri2/theories/LRA/simplex.ml
+2
-0
2 additions, 0 deletions
colibri2/theories/LRA/simplex.ml
with
2 additions
and
0 deletions
colibri2/theories/LRA/simplex.ml
+
2
−
0
View file @
97b37ae5
...
...
@@ -177,6 +177,8 @@ let make_equations d (eqs, vars) n =
let
sign
=
Dom_product
.
SolveSign
.
get_repr
d
n
in
match
(
abs
,
sign
)
with
|
Some
abs
,
Some
sign
->
(* The restriction is not for soundness, any node can be added as
equation using {!addition} since it uses the domains of the node *)
Debug
.
dprintf6
debug
"[Simplex] %a: %a --- %a"
Node
.
pp
n
Product
.
pp
abs
Sign_product
.
pp
sign
;
if
Sign_product
.(
equal
one
sign
)
then
...
...
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