How to use Pulp python library as an optimization method to decide if dynamic pricing makes sense — This is a two-part case study where we define the optimization problem in part one, and we use the Pulp python library as a tool to solve the business problem in part two. Introduction From the previous post, we were able to define the decision variables, objective function, and constraints. …