-
**Is your feature request related to a problem? Please describe.**
When using a maximize objective, it's frustrating how unhelpful the "solution is unbounded" error is. The calculator should be doing…
-
This is a medium-term issue that we should start considering to do since PyBaMM will migrate to using the IDAKLU solver as the default instead of the CasadiSolver.
This requires fixing the sdist, com…
-
Please provide information about the requested term:
**What type of term would you like to create?**
- [ X] algorithm
- [ ] algorithm characteristic
- [ ] algorithm parameter
- [ ] algorithm ou…
-
Create a solver backend for diffcalc from Diamond Light Source:
- https://github.com/DiamondLightSource/diffcalc
- https://github.com/DiamondLightSource/diffcalc-api
-
## Purpose
In milestone [O2.3.6](https://github.com/CliMA/ClimaLand.jl/issues/135), we have implemented implicit solvers for RichardsModel, EnergyHydrologyModel, and SoilCanopyModel. As we developed …
-
Hi,
I'm trying to compile the lib examples with CUDA 12 over an RTX 4070 GPU, but I'm having this error:
```
[ 36%] Building NVCC (Device) object examples/CMakeFiles/solver_cuda.dir/solver_cuda…
-
-
In the CVXR package, the OSQP solver is used by default, not ECOS. This is because the webpage "https://cvxr.rbind.io/cvxr_examples/cvxr_using-other-solvers/" states that the ECOS solver is no longer …
-
``` r
> pkg_install("splines")
Error:
! ! error in pak subprocess
Caused by error in `pkgplan_solve(self, private, match.arg(policy))`:
! Error in dependency solver, cannot solve installation.
…
-
This definition works in the old solver, but fails in the new solver:
```luau
type Class = {
foo: (self: Class, bar: string) -> ()
}
local Impl = {} :: Class
function Impl:foo(bar)
…