Skip to content

Some methods might have a limit on the scale #14

@Zomis

Description

@Zomis

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions