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

Support for mixed integer (MILP) constraints #2

Closed
sjpfenninger opened this issue May 20, 2016 · 6 comments
Closed

Support for mixed integer (MILP) constraints #2

sjpfenninger opened this issue May 20, 2016 · 6 comments
Milestone

Comments

@sjpfenninger
Copy link
Member

No description provided.

@brynpickering
Copy link
Member

Added in commit 6f66065
Binary variables seem to be possible for GLPK to handle, integer variables lead to no model convergence. CPLEX or similar seem to handle them just fine.

@sjpfenninger
Copy link
Member Author

We'll need some docs to explain/disentangle e_cap.*, s_cap.*, unit_cap.*, e_cap_per_unit, s_cap_per_unit, purchase

@sjpfenninger
Copy link
Member Author

Also possibly should unit_cap have a different name to make the difference to e_cap et al clearer - one is int, the other float. Maybe units?

@brynpickering
Copy link
Member

Agreed on documentation. I guess we could have units.max etc. and that would work

@brynpickering
Copy link
Member

I've updated to units and will work on documentation before committing

@brynpickering
Copy link
Member

This has been included in Calliope (inc. documentation) since v0.5.3

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