Skip to content
Snippets Groups Projects
Commit c0df39d3 authored by apostnikova's avatar apostnikova
Browse files

__init__.py structure updated.

parent eafff2b2
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