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

refactor constraint construction #1627

Merged
merged 177 commits into from
Dec 15, 2023
Merged

Conversation

a-zakir
Copy link
Contributor

@a-zakir a-zakir commented Sep 16, 2023

follows #1617 #1607 #1234 #1605

this pr introduces the following new features:

@@ -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,
Copy link
Contributor

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

Copy link
Contributor Author

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 😈

Copy link

watermelon-copilot-for-code-review bot commented Dec 13, 2023

Watermelon AI Summary

AI 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.
🍉🫶
Why not invite more people to your team?

* 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"

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"

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.

Copy link

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

44 New issues
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@flomnes flomnes dismissed stale reviews from guilpier-code and sylvlecl December 15, 2023 14:53

Most remarks have been taken into account

@flomnes flomnes merged commit 6a4779a into develop Dec 15, 2023
6 checks passed
@flomnes flomnes deleted the feature/reshape-constraint-construction branch December 15, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants