python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
PV Overproduction within a linear cost factor optimization
So I am currently trying to optimize the costs for energy in a household. The optimization is based on a cost factor function which I am trying to minimize.
model = ConcreteModel()
model.t = RangeSet(...
saschav
Votes: 0
Answers: 2
Getting KeyError: 1822253855912 when using pyomo (any solver)
I am using Pyomo with Spyder IDE, and running a simple linear programming example and while I have installed pyomo, gurabi, CPLEX, GLPK and other solvers, no matter which one I use, I get an error sim...

Zmelgar K1R3D2
Votes: 0
Answers: 1
Mixed Integer Linear Programming with pyomo or PuLP
I am new to optimization programming using python and I have a problem with defining a variable in both pyomo and PuLP for a MILP problem. I am using gene expression data and I am confused about how t...

sandaruwan Ratnayake
Votes: 0
Answers: 1
Why a NonNegativeIntegers variable gets a float value in Baron solver
I am using pyomo and Baron to solve a MINLP. I declared a NonNegativeIntegers variable but when Baron solves the problem, the variable is: 2e-06 !!
How is it possible?!
Hami
Votes: 0
Answers: 1