tle4336
tle4336
@HenrikBengtsson @odelmarcelle I think I just experienced the same situation except I did not compare the `future_mapply` to `foreach...%dopar%` but rather a nested `for` loop. Does it mean for now,...
@odelmarcelle I tried your following line of code before putting in the `plan(multisession, workers = 10)`, but it gave the error message on my end: `Error in get(S3[i, 1L], mode...
@akosfurton Is `fbprophet` installable with `pip`? I am trying to install `fbprophet==0.7` but I kept getting the exact same installation error as @algomaschine shows, and I noticed that he tried...
Anyone could help me with this issue of having **two distinct** hashcodes being mapped to the same named variables, leading the `pulp` solver to treat them as two distinct variables...
@jjhforrest Thank you very much for your quick reply, Dr. Forrest. My `pulp` version is `2.7.0`, which is the latest one I believe. Could you retry the `.mp` file above...
@jjhforrest Thank you so much. It is indeed weird, because I replicated your step and still got `Infeasible`. It always stops at the 55th iteration... var2, prob2 = pulp.LpProblem.fromMPS("/Users/MyName/Downloads/python_1.mps",pulp.LpMaximize) prob2.solve()...
The differences start at the Presolve step of CBC. Mine was **Presolve 193 (-180) rows, 289 (-123) columns and 1011 (-1049) elements** compared to yours: **Presolve 195 (-178) rows, 289...
@jjhforrest Hi Dr. Forrest, I am wondering if you have some time to think about the potential sources of the discrepancy? I tried turning off the `presolve` option using this...
@jjhforrest Good morning, thank you very much for your further investigation. Didn't your second test above with `var2,prob2=pulp.LpProblem.fromMPS("python_1.mps",pulp.LpMaximize)` give the same, **correct** result as the first test? I think the...
@jjhforrest @dpo @chmduquesne Could either of you help give these problems ( [InfeasibleProblems.zip](https://github.com/coin-or/Cbc/files/12035548/InfeasibleProblems.zip)) a run on your machine in Linux. I am **wondering** whether the `presolve` step of CBC solver...