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
Add the signatures that do not have the TSP simulated annealing parameters
pgtap tests to be done only on existing SQL functions
Keeping deprecated internal C function
Moving to legacy will happen on v5
Additionally:
Boost's metric TSP, does not raise any exception when the graph has more than one component and the triangle inequality is not checked, therefore allow to run when the graph is incomplete and has more than 1 component.
Separate the graph construction from the tsp function. (aka dont create the graph in the tsp code)
Tasks:
Additionally: