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)
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
parameter estimation - parametric confidence intervals in DAE models
I am using pyomo for parameter estimation where the models are formed by DAEs. It works fine.
Now, I want to construct confidence intervals for parameters, and check the parametric independence. One w...
BPMDuarte
Votes: 0
Answers: 1
Pyomo lower bounds of variables
Hi guys I have the following problem. I have two optimization problems and the output values of the first are the lower bounds in second's variables.
I try to write it the following way :
model_low=Co...
zbutsam
Votes: 0
Answers: 1
How to extract variables that equal a certain value in pyomo?
I am building a linear optimization model and trying to extract key information from my decision variable values. instance.x.display() displays the following sample
x : Size=121, Index=x_index
Key...
Berbatov
Votes: 0
Answers: 1