rsemenoff
rsemenoff
Hi, I think you can set a time limit and it will give you the best not-necessarily-optimal partial solution.From what I've read, optimization problems aren't easy to parallelize, even by...
You should know that cbc is not rigourously tested.Have you tried other solvers besides cbc? In particular, CPLEX has good documentation and gives you a "quickstart" on mathematical programming.(Sorry if...
Yes, that's exactly what I did. I have both array variables and single variables being createdwith the name attribute, and all the variables appear in the mps file as x_someindexnumber....
Maximillian, If the name parameter could also be a list-like of strings (this is what I have) , would be my preference. (CPLEX users would also find it easier to...
I use chrome always, and I get this occassionally. Go your home url (open another tab if necessary) and refresh that page. It will as ask for the authentication token,...
I've been wrestling a bit with data input validation, and it seems to me that pandas is still somewhat of a moving target in regards to reading in spreadsheets (my...
CyLP does have the writeMPS(), and you can use the .mps file from command-line cbc and pass thoseparameters in, via the command line. You can more quickly find out whether...
I believe this is a documented limitation. On Friday, January 28, 2022, 05:08:03 AM PST, sdementen ***@***.***> wrote: When multiplying by a constant before or after a variable.sum() I get...
Viafx24, thanks for this. I had the same issue, and skipping the haveParameter() did fix it. Thanks!
To elaborate on how I would compile HTML into the executable, I dont have any specific requirement, it could be a resource string or a binary blob depending on the...