-
Notifications
You must be signed in to change notification settings - Fork 24
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
refactor constraint construction #1627
Conversation
@@ -126,6 +127,12 @@ class ConstraintNamer : public Namer | |||
void BindingConstraintHour(unsigned int constraint, const std::string& name); | |||
void BindingConstraintDay(unsigned int constraint, const std::string& name); | |||
void BindingConstraintWeek(unsigned int constraint, const std::string& name); | |||
void CsrFlowDissociation(unsigned int constraint, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class Namer :
all data members are public (changeable from outside), a though they should be protected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is a hell of review
#TODO 😈
Watermelon AI SummaryAI Summary deactivated by a-zakir GitHub PRs
No results found in Jira Tickets :( No results found in Confluence Docs :( No results found in Slack Threads :( No results found in Notion Pages :( No results found in Linear Tickets :( No results found in Asana Tasks :( Antares_Simulator is an open repo and Watermelon will serve it for free. |
* rename method * rename with respect to the default style * remove default parameters * fix * update * fix * ShortTermStorageLevel specific case * NTC fix * .
@@ -0,0 +1,66 @@ | |||
#include "CsrAreaBalance.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR contains console logs. Please review or remove them.
@@ -0,0 +1,66 @@ | |||
#include "CsrAreaBalance.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR contains console logs. Please review or remove them.
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 44 New issues |
Most remarks have been taken into account
follows #1617 #1607 #1234 #1605
this pr introduces the following new features: