Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clausedb example produces assertion error #100

Open
anhnamtran opened this issue Dec 27, 2018 · 1 comment
Open

clausedb example produces assertion error #100

anhnamtran opened this issue Dec 27, 2018 · 1 comment
Labels

Comments

@anhnamtran
Copy link
Collaborator

Right now, Cozy produces an AsssertionError when run with any timeout on examples/clausedb.ds. The assertion is a warning that is "This target is already a bad idea".

To reproduce:

git clone [email protected]:CozySynthesizer/cozy.git
cd cozy
pip3 install -r requirements.txt
python3 -m cozy examples/clausedb.ds

The output should produce numerous failed jobs and the stack trace should show the assertion error.

@anhnamtran anhnamtran added the bug label Dec 28, 2018
@Calvin-L
Copy link
Collaborator

Cozy does not currently support collections whose elements are also collections, such as the Set<Set<Bound>> type in clausedb.ds. This is not a necessary restriction, but right now it is very deep-seated in the Cozy implementation.

Background: Some of the inputs in the examples folder were "hopeful" inputs that I knew Cozy couldn't support but which I hoped it would someday. examples/clausedb.ds is one of these "hopeful" inputs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants