-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feature change observer pattern #271
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #271 +/- ##
==========================================
- Coverage 97.62% 97.61% -0.02%
==========================================
Files 52 52
Lines 4344 4450 +106
==========================================
+ Hits 4241 4344 +103
- Misses 103 106 +3 ☔ View full report in Codecov by Sentry. |
Benchmark Report for ConstraintSolverJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTarget
Baseline
|
Todo: Compare steiner to before. Probably the change to reverse the complement constraint made this slow. |
Idea: For linear_constraints will be the only constraint so far to implement |
Okay we're back to steiner being very slow but hopefully the bug is fixed 😄 |
Run benchmark tests again to be sure and investigate steiner again... |
Closes #269
Function
notify_constraints_var_changed!
callschanged_var!
for the constraints that are affected.Currently only the linear constraint implements the function to compute new
mins
andmaxs
values.