-
Should I expect dReal to support Boolean variables? The following SMT2 returns unsat:
(set-logic QF_NRA_ODE)
(declare-fun a () Bool)
(declare-fun b () Bool)
(assert (or a b))
(check-sat)
(exit)
-
Please add different Algorithms to the relevant languages.
-
When we remove the information about sorts from variables and symbols, we need a way to recover it for the strategies that need it. This is a proposal how to do it.
# Which strategies use sorts?
…
-
It could be great to allow results sorting with different sort indexes & orders (combining sort widgets queries).
For now, the sort is decided by the last sort widget.
-
For example: `Ash.Query.sort("foo.bar": :asc)` and `Ash.Query.sort({"foo.bar", :desc})`
-
**Describe the bug**
Currently `Associated Conditions` card provide functionality for sorting the PanelApps and Associated Diseases results. However, it sorts only the presented data and not the …
-
I have a set of controllers that interact in tandem or independently with different front-end components. As they interact, the controllers populate a Redis cache (which was easily moved to use [Hybri…
-
## Problem
When sorting on any project page, the task description doesn't sort alphabetically
## Incidence
### Steps to reproduce
- Add several tasks to a project with different lettered name…
-
(This error was reported by Broker Microservice)
> FATAL ERROR: RPDE Validation Error(s) found on RPDE feed OrdersFeed (auth:secondary) page "https://imin.strmln.uk/api/open-active/orders-rpde?afte…
-
### What happened + What you expected to happen
Dataset.sort() has a default `key` value of `None`, which should mean it sorts all columns. But it raises `IndexError`
```
IndexError: list index o…