ci on everything, including performance tests#262
Conversation
|
This probably can't be merged as it will trigger CI with performance check which is currently degraded. @AbdallahS @kstrauch94 current performance regression is in can we fix this fast or should we set a slower bound in the performance tests. |
|
I am not quite sure why it would be so much slower. I don't see any obvious places where performance would be affected so much. I would say that you can set slower bound for now. |
|
Not very satisfying to half the performance without reason, but feel free to adjust the timings. |
|
Basically, clingo can solve it during grounding/preprocessing. There is no search at all. The propagator doesn't, so it goes through a lot of choices before finding the right one. If the propagator could do inference it would be much faster, probably. Also, the amount of choices for the propagator seems to be huge since the constraints that enforce at most 1 value for a variable are lazily added. So, it tries to have x have mutiple values constantly. |
No description provided.