-
Notifications
You must be signed in to change notification settings - Fork 100
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
feat: add support for visualizing Bavet node graph #1306
Conversation
core/src/main/java/ai/timefold/solver/core/impl/score/stream/bavet/visual/NodeGraph.java
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.
The logic looks great, and I liked the result. However, it's still unclear about how much publicity we should give this feature.
I believe it deserves some documentation and possibly some examples about generating and converting it to SVG.
@zepfred I did think about it, and I decided I'll keep this hidden for now. If we see people asking, we can always open it up. I believe users shouldn't have to understand this. I believe users should just write nice, clean constraints, and have it be our job to make sure they perform well. By exposing this widely and telling people to use it, I invite micro-optimization, and yet another API surface. Neither of which I want. |
Quality Gate passedIssues Measures |
No description provided.