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

Mixed integer and real problems #5

Open
bobot opened this issue Feb 14, 2017 · 1 comment
Open

Mixed integer and real problems #5

bobot opened this issue Feb 14, 2017 · 1 comment

Comments

@bobot
Copy link
Contributor

bobot commented Feb 14, 2017

The type is_int can be specified on the variables and on the environment. But only integer variables are usable in an integer environment (cf invariant _01__check_type). Why this duplication? Is it possible to mix integer and real variable in the same problem?

@iguerNL
Copy link
Contributor

iguerNL commented Feb 14, 2017

Currently, is_int flags are only used for debug/invariants checks. I added them to eventually put some algorithms dedicated to integers (eg. branch and bound) in the future. I didn't think to mixed integer/real problems when I designed the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants