Tagged articles
3 articles
Page 1 of 1
AI Waka
AI Waka
Mar 23, 2026 · Operations

Solving Nonlinear Programs with Piecewise‑Linear Approximation in Gurobi

This article explains how to transform separable nonlinear programming models into piecewise‑linear (PWL) approximations, use SOS‑type 2 constraints, and implement the whole workflow in Python with Gurobi, illustrating the method with a portfolio‑selection example and showing how breakpoint refinement improves solution accuracy.

GurobiPythonSOS2
0 likes · 15 min read
Solving Nonlinear Programs with Piecewise‑Linear Approximation in Gurobi
DataFunSummit
DataFunSummit
Jan 6, 2024 · Operations

Optimization Models and Algorithms for the Petroleum Industry Supply Chain under the Dual‑Carbon Goal

This article presents the challenges faced by Chinese oil‑and‑chemical enterprises in the dual‑carbon era, introduces a comprehensive production‑planning optimization model and an integrated upstream‑downstream oil‑chain model, details large‑scale non‑convex nonlinear problem solving algorithms, and demonstrates numerous practical applications such as crude‑oil selection, carbon‑footprint tracking, and multi‑plant resource allocation.

Supply Chaindual carbonindustrial algorithms
0 likes · 20 min read
Optimization Models and Algorithms for the Petroleum Industry Supply Chain under the Dual‑Carbon Goal
Model Perspective
Model Perspective
Mar 7, 2023 · Fundamentals

Mastering Nonlinear Programming with Python: Two Practical Optimization Cases

This article introduces nonlinear programming, explains its challenges compared to linear programming, and demonstrates two concrete optimization examples solved with Python's SciPy library using gradient‑descent and SLSQP algorithms, complete with code and result interpretation.

gradient descentnonlinear programmingoptimization
0 likes · 5 min read
Mastering Nonlinear Programming with Python: Two Practical Optimization Cases