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

[parser] crash with temporary symbols inside constraints loop #380

Closed
gchabert opened this issue May 22, 2019 · 0 comments
Closed

[parser] crash with temporary symbols inside constraints loop #380

gchabert opened this issue May 22, 2019 · 0 comments
Assignees
Labels

Comments

@gchabert
Copy link
Contributor

Ibex crashes with the following minibex :

 x[10] in [-10,10];

constraints
	for i=1:10;
	  tmp=x(i);
	  tmp=0;
	end

end
@gchabert gchabert added the bug label May 22, 2019
@gchabert gchabert self-assigned this May 22, 2019
gchabert pushed a commit that referenced this issue May 22, 2019
gchabert pushed a commit that referenced this issue May 24, 2019
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

1 participant