1 / 15

Solution of a 20-Variable 3-SAT Problem on a DNA Computer

Learn about the solution of a 20-variable 3-SAT problem on a DNA computer, including the computational protocol and analysis of the results.

lsewell
Télécharger la présentation

Solution of a 20-Variable 3-SAT Problem on a DNA Computer

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Solution of a 20-Variable 3-SAT Problem on a DNA Computer R. S. Briach, N. Chelyapov, C. Johnson, P. W. K. Rothemund, L. Adleman 발표자: 문승현

  2. What is a 3-SAT Problem? • A boolean formula is in 3-conjunctive normal form, or 3-CNF, if each clause has exactly three distinct literals.ex) • We are asked whether a given boolean formula Φ in 3-CNF is satisfiable.

  3. What is a 3-SAT Problem? (Cont.) • Satisfiability of boolean formulas in 3-conjunctive normal form is NP-complete. • The fastest known sequential algorithms require exponential time. • Here, a 20-Variable (1,048,576 possible truth assignments) instance of the 3-SAT problem is solved

  4. 20-Variable 3-CNF Boolean Formula Φ

  5. The unique truth assignment satisfying Φ • Φ was designed to have a unique satisfying truth assignment. x1=F, x2=T, x3=F, x4=F, x5=F, x6=F, x7=T, x8=T, x9=F, x10=T, x11=T, x12=T, x13=F, x14=F, x15=T, x16=T, x17=T, x18=F, x19=F, x20=F • This makes the computation as challenging as possible.

  6. The Library • For each of the 20 variables xk (k = 1, … 20), two distinct 15 base “value sequences” were designed: one representing true (T), XTk, and one representing false (F), XFk.ex) XT1 = TTA CAC CAA TCT CTT XF1 = CTC CTA CAA TCT CTA

  7. The Library (Cont.) • Each of the 220 truth assignments was represented by a “library sequence” of 300 bases consisting of the ordered concatenation of one value sequence for each variable. • library strands: single-stranded DNA molecules with library sequences • full library: a collection of all library strands duplexed with complements

  8. The Library (Cont.) • Creation of the full library began with the synthesis of two “half libraries,” one for variables x1 through x10 (the left half-library) and one for variables x11 through x20 (the right half-library). • A mix-and-split combinatorial synthesis technique was used to create half libraries.

  9. The computer

  10. The computational protocol • Step 1: Insert the library module into the hot chamber of the electrophoresis box and the first clause module into the cold chamber of the box. Begin electrophoresis. Library strands encoding truth assignments satisfying the first clause are captured in the capture layer, while library strands encoding nonsatisfying assignments run through the capture layer and continue into the buffer reservoir.

  11. The computational protocol (Cont.) ex) Φ = (~x3 or ~x16 or x18) and … Library strands with sequences XF3 or XF16 or XT18 are retained in the capture layer, whereas those with sequences XT3 and XT16 and XF18 run through.

  12. The computational protocol (Cont.) • Step 2: Remove both modules form the box. Discard the module from the hot chamber. Wash the box and add new buffer. Insert the module from the cold chamber into the hot chamber and the module for the next clause into the cold chamber. Begin electrophoresis.

  13. The computational protocol (Cont.) • Step 3: Repeat Step 2 for each of the remaining 22 clauses. In theory, at the end of Step 3, the final (24th) clause module will contain only those library strands which have been captured in all 24 clause modules. • Step 4: Extract the answer strands from the final clause module, PCR-amplify, and “read” the answer.

  14. Analysis • The probability of a correct strand surviving the entire computation : 7.5 * 10-6 • The probability of 1-incorrect strands being accidentally retained during the critical capture-release step : 3.75 * 10-4 • 3-SAT problems of approximately 30 variables could be solved by the means described here.

  15. Analysis (Cont.) • Time ComplexitySilicon-based Computer: O(k·2n)DNA Computer: O(n+k)n : # of variablesk : # of clauses

More Related