eric_han

Problem Solutions in Deterministic and Non-Deterministic Polynomial Time

Jul 25th, 2020 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. CPa = DPa = Answer(Qa) for (Single Qa) in (Time = DP)
  2.  
  3. P = DP = Set of all DPa
  4.  
  5. NPa = NDPa = Answer(Qa) for (Single Qa) in (Time <= NDP)
  6.  
  7. NP = NDP = Set of all NDPa
  8.  
  9. (NP Hard)a=NPHa=NDPHa=Reduction(Qn) for (All Qn in NDP) in (Time = DP)
  10.  
  11. Note that (Time = DP) is a constraint for Reduction(Qn). There is no constraint for Time or Viability for Answer(Qn).
  12.  
  13.  
  14. NP-complete =
Add Comment
Please, Sign In to add comment