Conversation
|
I haven't really included the "basis_fn" into the code. What is the purpose of it? |
|
This PR needs a bit more time. The solving works though what does not work is reading out the right results.
|
The basis_fn is used to write out the basis of the solution (which can be used for a warmstart later), however if I remember correctly the IPM does support this (only used for simplex) so you can just ignore this. Thanks for the PR, I can do the rest. Just need some time since I want to prioritze the PIPS first. |
|
@FabianHofmann, I will solve the two points/tasks above. |
|
Should work now according to PyPSA/PyPSA#308 (comment) |
|
Adjustments according to PyPSA/PyPSA#308. I think the HiGHS solver is close to be ready to merge. Only one thing: In the above PR, I had to change |
Add HiGHS solver (building on #8)
No description provided.