--
You received this message because you are subscribed to the Google Groups "MiniZinc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minizinc+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/minizinc/36123c64-a690-43fa-af77-3c8baa4154f7n%40googlegroups.com.
Just adding my two cents, coming from a slightly different but
similar area.
Constraint- (and other) solvers are usually build with solving
exponentially hard problems in mind. This means that they are
optimized to solve problems "fast" that are otherwise not solvable
in days using traditional algorithms.
Applying these techniques in microservices is quite a stretch, as
usually some preprocessing is needed in these solvers to prepare
the problem to be solvable in minutes and not days. Solving NP
problems in a fraction of a second usually only works for easy
problems that could also be solved with traditional algorithms.
Again, this is just my personal experience in the field and your
mileage may vary. Good luck for your endeavor.
Max
To view this discussion on the web visit https://groups.google.com/d/msgid/minizinc/e106fd2a-af80-409e-9f52-0ecd2b1144a2n%40googlegroups.com.