-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create constraints with new TulipaConstraint object (#928)
* Create constraints with new TulipaConstraint object Update highest resolution table computation to use union tables and move highest_... out of dataframes Create TulipaConstraint structure. Instead of incoming and outgoing expressions, create a dictionary of expressions inside TulipaConstraint. This is necessary at the moment because some additional expressions were being created in addition to incoming_flow and outgoing_flow. Create TulipaConstraint objects for all other constraints, including the ones that are copies of variables. Remove the dataframes variable completely. Clean up add_..._constraints signatures and related places * Remove file time-resolution * Rename add_expressions_to_dataframe * Better document the lowest resolution computation
- Loading branch information
1 parent
0b6b646
commit f7440b9
Showing
21 changed files
with
538 additions
and
994 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.