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

Evaluating Solve({A==20^300,A==26158/5},{A}) cause the system stuck. #914

Open
tranleduy2000 opened this issue Feb 13, 2024 · 1 comment
Assignees
Labels

Comments

@tranleduy2000
Copy link
Sponsor Collaborator

There is an input:

Solve({A==20^300,A==26158/5},{A})
image

Expected result:

{}

I found that there is an related issue #337

@tranleduy2000
Copy link
Sponsor Collaborator Author

tranleduy2000 commented Feb 19, 2024

Another input that causes the LaguerreSolver to run forever

Solve(5==35500*(1+x/4)^(4*7),x)

axkr added a commit that referenced this issue Feb 26, 2024
- restrict Laguerre solver to max. 10000 iterations
- factor only expressions with leafs <
Config.MAX_SIMPLIFY_FACTOR_LEAFCOUNT / 2
- eliminate one variable expressions with leafs <
Config.MAX_SIMPLIFY_FACTOR_LEAFCOUNT / 2
@axkr axkr self-assigned this Mar 10, 2024
@axkr axkr added the bug label Mar 10, 2024
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