-
The current third-order fluxes of temperature and salinity flux (code linked below) are limited by the inequality
$\overline{w'w'\theta'}\leq \sqrt{\sigma^3(1-\sigma)^3(w_u-w_d)^4(\theta_u-\theta_d)^…
-
Create an input form for system of inequalities,
considering inequality sign which might be: ">", ">=", "
-
A type `R` satisfying `RealScalar R` does not have imply `LinearOrderedAddCommGroup R`.
```
open SciLean
variable {R} [RealScalar R]
#synth LinearOrderedAddCommGroup R -- fails
```
This…
-
When I use JuMP to create two variables and try to place a constraint on them, I get an error.
Here is an minimal example and a prefix of the error message:
~~~
julia> lp = Model(Tulip.Optimizer{…
-
Are comparison operators supported?
If not, can they be?
![image](https://github.com/user-attachments/assets/dbb017fb-19ef-48e4-b189-fc35e011002b)
I guess piecewise expressions are a good worka…
-
I'm a beginner in the julia language and I can't solve this problem, even though I have all your code as a base. When loading the function I encounter the following problem:
julia> demand, capac…
-
I'm getting the error `RuntimeError: The requested monomial ___ could not be found`
For instance, in this code
```python
from ncpol2sdpa import *
X = generate_variables('x', 2)
obj = X[0]
…
-
t_test currently doesn't allow a choice for one-sided tests.
see stats.weightstats for options for a t-test
does TOST make sense for a regression based hypothesis (multivariate parameter)?
Can we e…
-
While #34 appears to be fixed, another issue around inequalities and subtraction occurs.
The following invalid inference rule is accepted:
```haskell
invalid :: forall x y n. (x - n 'True :~: 'Fal…
-
Currently, the optimizer is not smart enough to understand that `e > 9223372036854775807` filter is a contradiction (where `e` is `INT8` and the number if `MaxInt64`). We should improve here.
Jira is…