Josep johomo.hashnode.dev·Mar 6, 2024Solve your first problem with Mathematical ProgrammingIn the previous article we introduced the framework of Mathematical Programming. Today we apply this framework to solve our very first problem. We also take this opportunity to learn new vocabulary that we'll use from now on. Setting up the environme...36 readsMathematical Programming WalkthroughSCIP
Josep johomo.hashnode.dev·Feb 28, 2024What on earth is Mathematical Programming?When the Product Owner enters the office, I feel goosebumps and my pulse rate accelerates. You can tell by her eyes that she's about to ask for a brand cool new feature for our clients. Yes, Bring it on! Always love new exciting challenges. In just a...37 readsMathematical Programming WalkthroughOperations research
Oluwaseyi Ogunnowodataking.hashnode.dev·Dec 14, 2023How To Solve The Knapsack Problem With Linear ProgrammingSometime in 2023, I came across the Knapsack Problem, a resource allocation situation in which you need to determine and place the optimal combination of items in a knapsack. Here, you are given a set of items, with each item having a weight (cost) a...10 likes·62 readsoptimization
Analytics Vidhyaanalyticsvidhya05.hashnode.dev·Jun 12, 2023Linear programming examplesLinear programming is a mathematical technique used to optimize the allocation of limited resources in order to achieve the best possible outcome. It involves formulating a problem as a linear mathematical model, where the objective is to maximize or...linear-programming
EZE IFEANYIezzescience.hashnode.dev·Jan 20, 2023Python in English: Simple Optimization 1You've probably faced this scenario. Or not. But imagine you want to buy rice, beans and meat to cook, you know you need at least 1.5 kg of rice at 400 naira per kg but not more than 4kg, 1.5kg of beans at 800 naira per kg but not more than 3kg, and ...120 readsPython
Antonio Cañada Momblantacmsoftware.cl·Oct 3, 2022The Power of Linear ProgrammingI love learning about computer science, lately I’ve been studying about graph theory, I even took an online course about this topic, I try to understand every concept even if it takes me longer, and I have a lemma: “If you can’t code it, you haven’t ...146 readsgraph theory