Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
Colibri WebSite
Commits
5066947e
Commit
5066947e
authored
Jul 22, 2021
by
François Bobot
Browse files
Real example in Colibri index
parent
22fdb978
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
5066947e
...
...
@@ -86,14 +86,17 @@ description: "Colibri - A family of Constraint Solvers"
<div
class=
"swiper-slide"
>
<div
class=
"sidetext"
>
<div>
<p>
COLIBRI good for because
<p>
COLIBRI handles the elements at an higher level than
many other solvers. For example for each floating point
number (IEEE) it keeps its possible values in an interval, and
other flags such as if it is integral. It propagates
this information through the formula.
</p>
<p>
E
xample:
<p>
For e
xample
for the floating-point addition
:
{% katex display %}
c = \pm\sqrt{a^2 + b^2}
x \oplus y = 0.1 \Rightarrow x \in [ ?;? ]
{% endkatex %}
x-y=0.1 => x \in [..;..] /\ y \in [..,..]
</p>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment