Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floor/Ceil functions #168

Closed
gchabert opened this issue Oct 2, 2015 · 1 comment
Closed

Floor/Ceil functions #168

gchabert opened this issue Oct 2, 2015 · 1 comment
Assignees

Comments

@gchabert
Copy link
Contributor

gchabert commented Oct 2, 2015

Asked by julien.garcia ·[AT] supmeca.fr
Allows to transform a continuous quantity into a discrete one inside an expression, ex:
y=floor(x)+1;

This would subsume the current "integer" constraint since we could also write

x=floor(x)

@gchabert gchabert self-assigned this Oct 28, 2019
gchabert pushed a commit that referenced this issue Oct 29, 2019
gchabert pushed a commit that referenced this issue Oct 29, 2019
@gchabert
Copy link
Contributor Author

Done! ... 4 years later :)

Now we can integer variable in ibexsolve and ibexopt !

However we have no certification in ibexsolve with integer variables. Certification could be considered in the future but this probably requires introducing clever slope functions for floor/ceil instead of derivatives.

benEnsta added a commit to codac-team/pyIbex that referenced this issue Apr 2, 2020
from ibex-team/ibex-lib#168 bwd_integrer
is repaced by bwd_floor and bwd_ceil

IntevalMatrix support need to be completed
benEnsta added a commit to codac-team/pyIbex that referenced this issue Jun 2, 2020
from ibex-team/ibex-lib#168 bwd_integrer
is repaced by bwd_floor and bwd_ceil

IntevalMatrix support need to be completed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant