hicsail / constellation-js

Library for combinatorially specifying, constraining, and exploring genetic design spaces.
http://constellationcad.org
MIT License
10 stars 8 forks source link

Incorporated zeroOrOne into Constellation #76

Closed xin-cao closed 4 years ago

xin-cao commented 4 years ago

Added zeroOrOne support for SBOL generation. Addressed buggy SBOL related to oneOrMore operator. Addressed redundant operators bug. Extended Goldbar simplification rules to SBOL graph.

xin-cao commented 4 years ago

Do not merge until knox-collapse-epsilon branch -> knox branch.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.01%) to 74.848% when pulling 47f3ab855a34b42907b69d61aa75621a558f98ea on sbolZeroOrOne into 47b34ac3f29d55319913f4e95457f325a96dba58 on knox.

dany-fu commented 4 years ago

Can you merge the latest knox into this, and also comment out the console logs you added?