-
Right now PolyJuMP only seems to support Float64 Models:
```Julia
using MultiFloats, JuMP, PolyJuMP, SumOfSquares
m = GenericModel{Float64x2}()
setpolymodule!(m, SumOfSquares)
```
Gives
```Ju…
-
1- any one can give an example of iterative solvers of linear system Ax = b.
I am not able to completely understand the input of the function.
lets say I have marrix A and vector b and i want to us…
-
There has been a background discussion regarding floating point semantics, especially for the weird cases and I thought it would be best to get some agreement.
For the weird cases I mean:
- [ ] De…
-
[SPECFEM++](https://github.com/PrincetonUniversity/SPECFEMPP/tree/main) developer @Rohit-Kakodkar and I agreed it would be great for the community to build in SeisFlows support for SPECFEM++, to handl…
-
Issue reported by @giaf in https://github.com/qpsolvers/mpc_qpbenchmark/discussions/7#discussioncomment-10673601:
> Strangely HPIPM success rate is lower at low accuracy, and it increases at mid an…
-
Perform solution checking. Both us and solvers can be buggy.
This would be a partial remedy for numerical issues as well, see ampl/escrow/issues/102.
-
this one's a _big_ ask: support for the solvers listed in ftp://ftp.numerical.rl.ac.uk/pub/reports/ghsRAL200505.pdf
which will require implementing open source versions of some of these proprietary s…
-
Hello,
First of all, many thanks for this library - it is great! I am trying to implement one idea that I had and I am constantly finding that I have no issues on forward simulation using `odeint_…
-
These maps and string things can potentially move into the library. In fact, I made something similar a few months back. [see inline std::string nonlinearName(const NonlinearSolver& s)…
-
Hello
is it possible to add the true_solution in the stokes problem?
and would it be possible to visualise the residual in 2d? Similarly to poisson?
or else, what visualisation do you suggest for…