cvxpy one:
unsolvable
There's loads of usecases in logistics where you'd like to optimise a system while being subjected to constraints. In this series of videos we'd like to highlight a tool that can handle a subset of these problems called cvxpy.
Notes
You need to change merely one constraint to turn the problem into something that cvxpy cannot solve.
constraints = [x**3 >= 0]
Feedback? See an issue? Something unclear? Feel free to mention it here.
If you want to be kept up to date, consider signing up for the newsletter.