-
Defect Description :for the second sample input the output must be 15. steps to reproduce issue1.click on colloidal and surface chemistry lab.2.click on preoaration of sols.3.click on feedback.expecte…
-
This is a question, not necessarily specific to the Julia interface to Z3, and a note to others who might need to solve a similar problem of producing all feasible solutions. Is this the recommended w…
-
Hi,
I noticed that using the default start parameters i can only active 75% of my GTX 1080 (with aprox. 350 Sols/s)
nheqminer-gpu -l equihash.usa.nicehash.com:3357 -u .GTX1080 -p p -cd 0
How…
-
Here is a model that works without `@objective` but adding an `@objective` throws `MethodError: no method matching iterate(::Nothing)`. I don't know is this is a bug in my model or somewhere else. (I…
-
En general, aquest cas és molt difícil de resoldre. A vegades la paraula a què es refereix el pronom ni tan sols és en la frase. Només podem aspirar a minimitzar errors.
Ací un exemple típic:
ht…
-
Using nheqminer_16_04
./nheqminer_16_04 -l * -u * -p * -t 12 -cd 0 1
Speed [15 sec]: 465.2 I/s, 880.8 Sols/s
Ryzen 7 1700, 2X 1080TI Galax 11G in SLI, Linux Mint 18.1 Kernel 4.11.7, Nvidia driv…
-
If we change the differential equations solving inside the `diffeq_layer` from the current `EnsembleProblem` to a simple for loop, which forward pass gives the exact same result, the whole training br…
-
```
import sympy
x, y, z, e1, e2, c1, c2, c3, c5, s1, s2, s3, g1, g2 = sympy.symbols("x y z e1 e2 c1 c2 c3 c5 s1 s2 s3 g1 g2")
fx = x*(x - 1)*(c1 + c2*y*z - c2*y - c2*z - e1 - e2*y*z + e2*y +…
-
Bonjour à tous
Baudelaire écrivait, dans les Fleurs du Mal, « la forme d'une ville change, hélas, plus vite que le cœur d'un mortel » :)
Je fait ici une première analyse des personae et de leurs…
-
```python
from sympy import dsolve, Symbol, Function, Eq
y = Function('y')
x = Symbol('x')
eq = Eq(y(x).diff(x, 2)*y(x)**3 + 1, 0)
dsolve(eq, y(x))
```
The error:
```python
Traceback (mos…