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

Some methods might have a limit on the scale #14

Open
Zomis opened this issue Mar 31, 2015 · 0 comments
Open

Some methods might have a limit on the scale #14

Zomis opened this issue Mar 31, 2015 · 0 comments

Comments

@Zomis
Copy link
Collaborator

Zomis commented Mar 31, 2015

Some functions, for example a specific N-queens solver has a restriction on the acceptable scale values. In this case, the N-queens solver does not support values bigger than 32.

Other methods might throw a StackOverflowError for too large values of scale.

Can this be handled somehow? For example, by only using scale values of 1 - upperLimit for these methods?

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

No branches or pull requests

1 participant