-
According to the [MS SQL Server CREATE TABLE definition](https://docs.microsoft.com/es-es/sql/t-sql/statements/create-table-transact-sql?view=sql-server-ver15), REFERENCES should accept either speci…
-
**Describe the bug**
When I run the code given below, I get a solver failed error. I encountered this problem during the execution of a different program and stilled it down to this basic state. Floa…
-
Consider consistently marking up definitions in the text, so that they could be then (a) referenced across the Guidelines and (b) collectively displayed in some kind of drop-down section within a chap…
bansp updated
3 weeks ago
-
Given the grammar
```
Example:
Begin < AList
AList < A*
A
-
This definition of norm-adposition-lex (from a student grammar, but apparently produced by the customization system) is placing constraints on CONT.RELS.LIST instead of LKEYS.KEYREL, even though the t…
-
**Describe the bug**
cvc5 fails with error `A non-linear fact was asserted to arithmetic in a linear logic` on this SyGuS problem:
```
(set-logic LIA)
(synth-fun f ( (x Int) ) Int
(( y_int …
-
We can specify constraints for the different fields in the [JSON schema specification](https://json-schema.org/understanding-json-schema/reference/). Only `maxLength` for strings is currently implemen…
rlouf updated
5 months ago
-
**The bug**
When using latest version of guidance '0.1.15' and run [notebook](https://github.com/guidance-ai/guidance/blob/c9e71fbc3a434eab5209c31735d72fd7e60876f2/notebooks/api_examples/models/OpenA…
-
For my SARS-CoV-2 Nextclade trees I make extensive use of constraint trees (see e.g. previous issues #102, #144, . The following are some thoughts on making constraint tree validation throw a more hel…
-
In the python API of any optimization software (e.g.cxvpy), we can add simple constraints in a vectorized way.
For example, in cvxpy we can do something like
```
x = cvxpy.Variable(3)
constraint…