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)
Lost on how to append numpy vectors/matrices/arrays
I'm currently trying to build a practice linear parameter estimation python program using numpy but I've never written in python before and I'm very loose with numpy. I have a series of x,y data point...
Eliot Shedlock
Votes: 0
Answers: 1
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
Minimise set size in task assignation problem
I have to create a solution for assigning tasks to users according to some rules and I wanted to give linear programming a try.
I have a list of tasks that require a certain skill and belong to a spec...
Goodyear
Votes: 0
Answers: 1
DataPortal don't correctly read .dat file with few indexed parameters
I'm working with pyomo and need to read data previously wrote in a .dat file.
I'm reading data with following code:
data = DataPortal()
data.load(filename = 'myfilename.dat')
All data is correctly re...
Á. Garzón
Votes: 0
Answers: 0