-
**Is your feature request related to a problem? Please describe.**
When there are a correct number of non-voters and voters, however the `num_replicas` is not matched correctly for constraints, the…
-
Currently the next variable is chosen based on number of possible values and how often it failed at that point (`bt_infeasible`)
- [x] ABS
- [ ] Weighted degree heuristic (wdeg)
- [ ] dom / wdeg
…
-
- The previous chapters focused on solving problems by searching the state space using domain-specific heuristics.
- Each state was treated as a black box with no internal structure, and domain-speci…
-
Hello
I can't seem to get a team deleted from the web module, if a match has been set up and cancelled afterwards. Not sure if this also happens after a completed match.
Sorry, unexpected error:…
-
Combine techniques identified by Whit Athey in [Phasing the Chromosomes of a Family Group When One Parent is Missing](https://jogg.info/wp-content/uploads/2021/09/61.004.pdf) and the results of [`find…
-
Hello,
I was testing OCS2 and had problems with hard equality and inequality constraints. With default SQP and IPM settings, both solvers ignore the hard input inequality constraints. When testing…
-
## *Repository Creation Request*
Use this to get your experiment repository created or updated on GitHub under Virtual Labs organization.
1. #### Coordinating Institute: IIITH
2. #### Approver’…
-
Never done something like this, but want to give it a go!
Not exactly sure what direction I want to go in yet. Recently I've been very interested in constraint satisfaction problems and things like…
-
**Current Problem**
Yes. I have a problem where I am struggling to find the right way to program my question to the quantum computer.
**Proposed Solution**
I have a 32-bit output generated from…
-
Consider (https://godbolt.org/z/97rdzMq58):
```c++
// a.ccm
module;
#include
#include
export module A;
export std::vector vec;
export auto bar() {
return vec | std::views::transform(…