potassco / potassco/constraint-handler
ground engine executions
Open
@AbdallahS is already working on this.
Since May 19, 2026.
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 20
Description
In the ground-engine case set/executions, there are 2 expressions with more than 1 true _se_value(expr, value):
variable(execution_output(exec_external,external_out))
badref(set,variable(execution_output(exec_external,external_out)))
and
operation(set_isin,(val(int,2),(variable(execution_output(exec_external,external_out)),())))
val(bool,false)val(bool,true)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.