Pyomo 1: largest rectangle inside a circle

Hi there, welcome! Today, we’re going to dive into a fascinating optimization problem called “Largest Rectangle Inside a Circle.” Our goal is to find the largest possible rectangle that can fit entirely inside a given circle. It may sound simple at first, but as we explore this problem, you’ll discover the intricacies and insights it […]

Read More

Pyomo Solvers: Short introduction

As you know, Pyomo acts as a bridge between the problem formulation and the solvers. It provides a convenient and intuitive modeling language for users to define their optimization problems using mathematical equations, variables, constraints, and objectives. Once the problem is formulated in Pyomo, it is passed on to the solvers. Pyomo transforms the mathematical […]

Read More