-
Notifications
You must be signed in to change notification settings - Fork 28
✨ gold
with discretionary cost objectives
#525
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
Conversation
Signed-off-by: GitHub Actions <actions@github.com>
Signed-off-by: GitHub Actions <actions@github.com>
Signed-off-by: GitHub Actions <actions@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #525 +/- ##
==========================================
- Coverage 98.17% 98.17% -0.01%
==========================================
Files 224 224
Lines 31439 31602 +163
Branches 1564 1575 +11
==========================================
+ Hits 30865 31024 +159
- Misses 574 578 +4
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
clang-tidy made some suggestions
experiments/graph_oriented_layout_design/gold_cost_objectives.cpp
Outdated
Show resolved
Hide resolved
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.
clang-tidy made some suggestions
experiments/graph_oriented_layout_design/gold_cost_objectives.cpp
Outdated
Show resolved
Hide resolved
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.
clang-tidy made some suggestions
experiments/graph_oriented_layout_design/gold_cost_objectives.cpp
Outdated
Show resolved
Hide resolved
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.
clang-tidy made some suggestions
I would qualify these latest |
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.
Many thanks for these great additions and the quick implementation. I love the code. It reads super nicely and everything is well-documented. Amazing work! There are a few suggestions and comments I would like to bring up, though.
experiments/graph_oriented_layout_design/gold_cost_objectives.cpp
Outdated
Show resolved
Hide resolved
experiments/graph_oriented_layout_design/gold_cost_objectives.cpp
Outdated
Show resolved
Hide resolved
experiments/graph_oriented_layout_design/gold_cost_objectives.cpp
Outdated
Show resolved
Hide resolved
experiments/graph_oriented_layout_design/gold_cost_objectives.cpp
Outdated
Show resolved
Hide resolved
include/fiction/algorithms/physical_design/graph_oriented_layout_design.hpp
Outdated
Show resolved
Hide resolved
include/fiction/algorithms/physical_design/graph_oriented_layout_design.hpp
Outdated
Show resolved
Hide resolved
include/fiction/algorithms/physical_design/graph_oriented_layout_design.hpp
Outdated
Show resolved
Hide resolved
include/fiction/algorithms/physical_design/graph_oriented_layout_design.hpp
Show resolved
Hide resolved
...ings/pyfiction/include/pyfiction/algorithms/physical_design/graph_oriented_layout_design.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: GitHub Actions <actions@github.com>
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.
clang-tidy made some suggestions
include/fiction/algorithms/physical_design/graph_oriented_layout_design.hpp
Show resolved
Hide resolved
Signed-off-by: GitHub Actions <actions@github.com>
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.
clang-tidy made some suggestions
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.
clang-tidy made some suggestions
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.
clang-tidy made some suggestions
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.
clang-tidy made some suggestions
Description
Graph-oriented layout design with discretionary cost objectives.
Checklist: