Skip to content
Snippets Groups Projects
Commit eda4b746 authored by maiermi's avatar maiermi
Browse files

Merge remote-tracking branch 'origin/master'

parents 89c59aca c0df39d3
No related branches found
No related tags found
No related merge requests found
from z3 import *
elems = [-7, -3, -2, 9000, 5, 8]
def zerosumset(elems):
n = len(elems)
# Symbolic variables: is_in[i] is 1, if element i is in the zero sum subset, 0 otherwise
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment