![]() |
![]() |
#1 |
"unknown"
Jan 2019
anywhere
1710 Posts |
![]()
The factoring is trivially equivalent to following minimization problem:
Minimize x1*x2 with these conditions: x1*x2 >= N 2 <= x1 <= N-1 2 <= x2 <= N-1 x1 <= x2 Question: is it possible to get polynomial-timed solution for this problem? |
![]() |
![]() |
![]() |
#2 | |
Apr 2020
2B916 Posts |
![]() Quote:
x1 = √91, x2 = √91 Wait, you wanted the solutions to be integers? Well, you're out of luck - my machine doesn't know how to solve that type of problem in polynomial time. |
|
![]() |
![]() |
![]() |
#3 | |
"Robert Gerbicz"
Oct 2005
Hungary
7·223 Posts |
![]() Quote:
minimize 0 subject to: x1 and x2 are integers x1*x2=N 2<=x1 2<=x2 ps. note that if N is prime then this form has no solution. |
|
![]() |
![]() |
![]() |
#4 | |
"unknown"
Jan 2019
anywhere
17 Posts |
![]() Quote:
Also, I checked that integer optimization problems are NP-complete in general, but I don't know if this particular problem is NP-complete. |
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Factoring problem | RedGolpe | Factoring | 9 | 2008-09-02 15:27 |
Energy Minimization | ShiningArcanine | Math | 2 | 2008-04-16 13:47 |
Problem with P-1 factoring... | VolMike | Software | 5 | 2007-07-26 13:35 |
Factoring in the Quadratic Sieve | ThiloHarich | Factoring | 47 | 2007-01-08 14:12 |
Factoring Problem | asdf | Puzzles | 4 | 2003-08-30 17:56 |