src/HOL/Probability/Probability.thy
author blanchet
Mon, 26 Sep 2011 14:03:43 +0200
changeset 45085 eb7a797ade0f
parent 43556 0d78c8d31d0d
child 45713 badee348c5fb
permissions -rw-r--r--
put MiniSat back first -- Torlak's eval seemed to suggest that Crypto and Lingeling were better, but Crypto is slower on "Nitpick_Examples" and Crypto crashes

theory Probability
imports
  Complete_Measure
  Probability_Measure
  Infinite_Product_Measure
  Independent_Family
  Conditional_Probability
  Information
  "ex/Dining_Cryptographers"
  "ex/Koepf_Duermuth_Countermeasure"
begin
end