Michael Bynum

Results 123 comments of Michael Bynum
trafficstars

We do not distribute the test cases. Instead, we provide a function for downloading them. Check the `get_pglib_opf` function from egret/third_party/get_pglib_opf.py.

Also, I don't think such a reorganization would take too much time. It would primarily be moving files and changing imports. The only part that might be difficult is separating...

> I think we should also add some high-level imports for ease-of-use. > I completely agree. > Would the "solvers" folder just be for meta-solvers? > I think so? >...

@jwatsonnm I agree that this would be ideal. I would guess that it is possible, but it would take time (at least for me) to figure out how.

What should it report after discretization?

@bknueven, I'm sure there are others, but I'm aware of some time limit tests in Appsi (https://github.com/Pyomo/pyomo/blob/064c1203e28f3fc9a6213af9d579fdbc14e03585/pyomo/contrib/appsi/solvers/tests/test_persistent_solvers.py#L821). I think I basically made a random assignment problem large enough to test...

The easiest way to debug this is to find the shared library that was built when running `python build.py`. By default this should go somewhere like `~/.pyomo/lib/python3.9/site-packages/appsi_cmodel.cpython-39-.so`. If you can...

I think a flattening utility makes a lot of sense. There are several utilities already in place that should make it fairly easy (I have done something similar before): ```...

We also need to fix the indentation. I think the indentation should be fixed to 4 spaces.