python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
can't execute Pulp with GLPK solver
I'm trying tot solve a linear model with python for a class I take.
but, when I try to use the GLPK solver I get an error:
""" pulp.apis.core.PulpSolverError: PuLP: cannot execute glpso...
noy medina
Votes: 0
Answers: 0
Pyomo optimisation not working (gas plant dispatch)
background
I am trying to write an pyomo script to optimally dispatch a gas plant based on perfect foresight of electricity prices. I believe I am 90% of the way there, just a few issues.
Problem
My s...
Bobby Heyer
Votes: 0
Answers: 1
Use a method as an objective in Optano Modelling
I'm trying to use Optano Modelling (with a GLPK solver) in C# to minimise a function. The objective function is not a straightforward formula but a series of calculations in a method that returns a si...
Robot Head
Votes: 0
Answers: 2
PulpSolverError Pulp: Error while executing
I am trying to solve a Linear programming problem by using the PuLP library. After defining the problem correctly, when I run the solver (CBC) I get a very strange error.
PulpSolverError: Pulp: Error...
Key
Votes: 0
Answers: 0