-
Now with #733 we have two IDE solvers that hardly share common code. So, we need to factor-out common code to improve the maintenance experience.
Also the new solver is overly complicated and should …
-
Please run the script osqp_failure.R from https://github.com/ondrej-such/osqp-solver-error
Expected result: all three solvers should report infeasibility of the problem
Actual result: OSQP solv…
-
Hi,
Can someone help me understand what is the purpose/usage of the capthca solver?
```python
# In scrape.py > scrape_website() function
driver.execute('executeCdpCommand', {
'cm…
-
Title say everything
-
**Describe the bug**
I am trying to upgrade a project from Choco 4.10.13 to 4.10.14, but every time I try to run with clause-learning enabled, I get the following exception:
```
java.lang.Ill…
-
hi Senthil,
I was playing around with this. It is pretty cool
I found the ai_solver.py is missing? Should I take it from somewhere?
-
I often find I want to add scafolding to an agent/prompt it in multiple stages. Currently this requires writing custom solvers to add the subsequent user messages (prompt_template only works for the f…
-
The following code fails to converge.
```
from reaktoro import *
db = Database.fromFile("nasa-cea.yaml")
gases = GaseousPhase("CO CO2 H2 H2O CH4 N2 O2 C2H6 C3H8 C4H10,n-butane")
solids = Cond…
-
e.g., newton_maxlinsteps_ is missing
-