Hantao Cui
Hantao Cui
With the help of AI, I made a barely working version in my fork. It uses Citation.js to generate IEEE-styled publication list. I extensively modified the schema and layout if...
Jinning, Thanks! UNFPACK support comes for free with KVXOPT or cvxopt. Once we replace the sparse matrices handling with SciPy, we will automatically switch to using UMFPACK from there. Get...
Sure. This is benchmarking UMFPACK and SuperLU performance. And remember the default solver is KLU, which is probably 30% faster than UMFPACK. And.. using KVXOPT to handle sparse matrices can...
Can you elaborate?
I'm not sure why it's better to show the warning message only once for nonconforming inputs. In the input stage, when we add one device, `GEN 1` with inertia `H...
A useful enhancement would be to show which device violated the property constraint. I didn't do it, because in order to do it, one parameter needs to access its owner...
In this example, in Input 8, I think a warning is desired, because it will immediately alert the user to input issues. Suppressing the message creates the possibility of omission....
> When reading from a file, this will be turned off, and a model-level check will be conducted instead Turning off the warning is not a great idea because some...