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

Typeclasses eauto := bfs has no settable max depth #3334

Closed
coqbot opened this issue May 19, 2014 · 2 comments
Closed

Typeclasses eauto := bfs has no settable max depth #3334

coqbot opened this issue May 19, 2014 · 2 comments

Comments

@coqbot
Copy link
Contributor

coqbot commented May 19, 2014

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#3334
From: @jonleivent
Reported version: trunk
CC: @Zimmi48

@coqbot
Copy link
Contributor Author

coqbot commented May 19, 2014

Comment author: @jonleivent

I noticed that, contrary to the reference manual (section 20.6.6), the grammar for the Typeclasses eauto command is more like this:

Typeclasses eauto := [debug] [dfs | depth | bfs].

where depth, if provided, appears to imply dfs as well. This suggests that there is no way to set a maximal depth for bfs. Was this intentional? Certainly, for successful searches, depth matters much more in the depth-first case as a way to prune the search tree.

@coqbot
Copy link
Contributor Author

coqbot commented Jun 7, 2017

Comment author: @Zimmi48

This has been fixed in 8.6 but the documentation needed updating because the syntax had changed. I have created #741 for this.

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

No branches or pull requests

1 participant