英文: Dynamic variables and constraints in Pyomo 问题 You can modify your Pyomo code to dynamically crea...
MIP求解器(例如CBC,Gurobi等)是否会自动分解可分离的问题?
英文: Do MIP Solvers (e.g. CBC, Gurobi, ...) automatically decompose separable problems? 问题 我有许多优化问题,我...
如何使用Julia中的JuMP找到在一些约束条件下的所有解决方案
英文: How to find all solutions under some constraints using JuMP in Julia 问题 如前所述,我想找到满足一些线性约束条件的所有可能...
线性规划矩阵优化
英文: linear programming optimization for matrix 问题 我有一个包含每个元素成本的n x n矩阵。每行和每列都应满足要求,同时可以最小化激活元素的总和。在这...
Trying to Optimize Process Using Linear Programming. Getting error about: IndexError: index 1 is out of bounds for axis 0 with size 1
英文: Trying to Optimize Process Using Linear Programming. Getting error about: IndexError: index 1 is...
什么是一维最优输运的最佳解决方案
英文: What's the optimal solution for 1D optimal transport 问题 我要翻译的内容: 假设我想要将 n 个商品运送到 n 个仓库。我有一个 ...
Pyomo: 如何在ConcreteModel中对列表进行排序
英文: Pyomo: how to sequence a list in a ConcreteModel 问题 我需要创建一个复杂的优化问题。我已经尝试了一些计算最高n个值的平均值的解决方案,但没有找...
将混合整数规划公式转换为Scipy
英文: Translating a mixed-integer programming formulation to Scipy 问题 以下是您要翻译的内容: Problem Summary 将乘客(...
如何确保我的约束能够在数学上与 LpVariable 协同工作?
英文: How can I make sure my constraint can operate mathematically with the LpVariable? 问题 我正在尝试使用pulp...
L1距离约束或距离目标
英文: L1 distance constraint or distance objective 问题 我很新于线性规划和优化问题,正在尝试建立一个简单的线性规划问题。 我想要最小化两个二维点之间的L...
3