Richard Lincoln

Results 16 comments of Richard Lincoln

> An implementation of Approximate Minimum Degree and/or Nested Dissection would be good... I published a pure Rust translation of `AMD`: https://crates.io/crates/amd It works well with this solver: https://crates.io/crates/rlu

I also translated [QDLDL](https://github.com/osqp/qdldl) from the [OSQP](https://github.com/osqp/osqp) solver project: https://crates.io/crates/ldl It is published under the Apache 2.0 license and could also be a good fit.

I see now that it is already possible to try Andes online here: https://mybinder.org/v2/gh/curent/andes/master

Demo: https://andesapp.github.io/

For some reason, I didn't use the CLAPACK package that comes with Pyodide. I have a version that applies these patches: ```patch diff -Naur a/BLAS/SRC/xerbla.c b/BLAS/SRC/xerbla.c --- a/BLAS/SRC/xerbla.c 2010-04-27 21:23:16.000000000...

The code I wrote was mixed into another repository. I separated it out and pushed it here: https://github.com/rwl/andesapp I haven't tried it, but there it a Dockerfile that should build.

The output of the slack generator often serves as a convenient way to quickly compare power flow results. For example, in [Andes](https://github.com/cuihantao/Andes) there is an effort to use the output...

You can use either package. The d3/js package is a dynamically typed wrapper around d3.js. The d3/d3.dart package wraps the d3/js package to provide type information. The d3/js package might...

This shouldn't cause a problem, but I will leave the issue open. Vaadin is very good at maintaining the stability of their widgetset API. IIRC, Muntjac was based on Vaadin...

Serving at: http://localhost:8880/ # WARNING: Muntjac is running in DEBUG MODE. Add productionMode=true to INI to disable debug features. # To show debug window, add ?debug to your application URL....