You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It finally clicked for me why I was so annoyed about having two separate scripts despite both of them using the same 'canvas' for drawing to PNG files so I was effectively having code duplication.
In general I'm thinking the general flow process should be: "Check if there's a Concorde solution, if not, solve for a solution using OR-tools. Draw image" because in general the Concorde solution returns a better solution but for licensing purposes some people might want to keep things strictly in Python, so it's nice to have the versatility there.
I'm going to work on this for #2 to begin with, then once I've figured that out I'll apply it to this one as well.
The text was updated successfully, but these errors were encountered:
It finally clicked for me why I was so annoyed about having two separate scripts despite both of them using the same 'canvas' for drawing to PNG files so I was effectively having code duplication.
In general I'm thinking the general flow process should be: "Check if there's a Concorde solution, if not, solve for a solution using OR-tools. Draw image" because in general the Concorde solution returns a better solution but for licensing purposes some people might want to keep things strictly in Python, so it's nice to have the versatility there.
I'm going to work on this for #2 to begin with, then once I've figured that out I'll apply it to this one as well.
The text was updated successfully, but these errors were encountered: