language-icon Old Web
English
Sign In

APX

In complexity theory the class APX (an abbreviation of 'approximable') is the set of NP optimization problems that allow polynomial-time approximation algorithms with approximation ratio bounded by a constant (or constant-factor approximation algorithms for short). In simple terms, problems in this class have efficient algorithms that can find an answer within some fixed multiplicative factor of the optimal answer. In complexity theory the class APX (an abbreviation of 'approximable') is the set of NP optimization problems that allow polynomial-time approximation algorithms with approximation ratio bounded by a constant (or constant-factor approximation algorithms for short). In simple terms, problems in this class have efficient algorithms that can find an answer within some fixed multiplicative factor of the optimal answer. An approximation algorithm is called an f ( n ) {displaystyle f(n)} -approximation algorithm for input size n {displaystyle n} if it can be proven that the solution that the algorithm finds is at most a multiplicative factor of f ( n ) {displaystyle f(n)} times worse than the optimal solution. Here, f ( n ) {displaystyle f(n)} is called the approximation ratio. Problems in APX are those with algorithms for which the approximation ratio f ( n ) {displaystyle f(n)} is a constant c {displaystyle c} . The approximation ratio is conventionally stated greater than 1. In the case of minimization problems, f ( n ) {displaystyle f(n)} is the found solution's score divided by the optimum solution's score, while for maximization problems the reverse is the case. For maximization problems, where an inferior solution has a smaller score, f ( n ) {displaystyle f(n)} is sometimes stated as less than 1; in such cases, the reciprocal of f ( n ) {displaystyle f(n)} is the ratio of the score of the found solution to the score of the optimum solution. If there is a polynomial-time algorithm to solve a problem to within every multiplicative factor of the optimum other than 1, then the problem is said to have a polynomial-time approximation scheme (PTAS). Unless P = NP there exist problems that are in APX but without a PTAS, so the class of problems with a PTAS is strictly contained in APX. One such problem is the bin packing problem. A problem is said to be APX-hard if there is a PTAS reduction from every problem in APX to that problem, and to be APX-complete if the problem is APX-hard and also in APX. As a consequence of P ≠ NP ⇒ PTAS ≠ APX, if P ≠ NP is assumed, no APX-hard problem has a PTAS. In practice, reducing one problem to another to demonstrate APX-completeness is often done using other reduction schemes, such as L-reductions, which imply PTAS reductions. One of the simplest APX-complete problems is MAX-3SAT-3, a variation of the boolean satisfiability problem. In this problem, we have a boolean formula in conjunctive normal form where each variable appears at most 3 times, and we wish to know the maximum number of clauses that can be simultaneously satisfied by a single assignment of true/false values to the variables.

[ "Peroxidase", "Glutathione", "Superoxide dismutase", "Oxidative stress", "Catalase", "Ascorbate Peroxidases", "Ascorbate glutathione cycle", "Glutathione dehydrogenase (ascorbate)", "Dehydroascorbate reductase activity", "Monodehydroascorbate reductase activity" ]
Parent Topic
Child Topic
    No Parent Topic