-
How can I use a time based constraint without being dependent on another fact? Examples:
- The lights must turn on at 19:00
- The lights must turn off 30 seconds after the door has been closed
-
### Reproduction steps
1. After pairing, check the ACL as follows:
```bash
$ ./chip-tool accesscontrol read acl 1 0
...
[TOO] ACL: 1 entries
[TOO] [1]: {
[TOO] …
-
Constrain the value of a CEDAR field based on the values satisfying some query in CEDAR.
(For example, a field can only contain values for "Participant ID" from the Participant ID field in instances …
-
**What version of OR-Tools and what language are you using?**
Version: `main`
OS: Linux
CMake based build using python 3.13 linux runner
Trace:
```sh
...
136/447 Test #136: python_math_opt_model_stor…
Mizux updated
3 weeks ago
-
### Describe the bug
Avo can't handle non-standard primary keys/IDs that don't follow Rails' out-of-the-box conventions (e.g. periods in a string-based ID). Rails documents how to work around this v…
-
Right now the unit test works by asserting the frames of the arranged views. Checking on the frame might be a brittle way to assert correctness.
In order to be more sure about the correctness, it woul…
-
Steps to reproduce:
1) Type in `add_product n/Tissue Paper st/500 su/Global Produce`
Actual output:
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/d9490683-dab3-4…
-
[Gurobi](https://www.gurobi.com/) is a commercial software for optimization problems and it requires a license to run (freely available for a limited period of time, should be 18 months from the insta…
-
```
UIView * superview = [(UIView *)self.firstItem superview];
CGRect keyboardFrame = [superview.window convertRect:keyboardFrame toView:superview.superview];
CGFloat inset = superview.fra…
-
Currently I hardcoded each of the LCZs based on a fixed grid cell size of 100*100m and the building and street widths in https://github.com/wrf-model/WRF/blob/master/run/URBPARM.TBL. It would be much …