circuit (727B)
1 # Circuit 2 3 ## Fields 4 5 - [knowledge_compilation] 6 - [knowledge_compilation_classes] 7 - [circuit_complexity] 8 - [circuit_classes] 9 10 ## Types 11 12 - [boolean_circuit] 13 - [arithmetic_circuit] 14 - [probabilistic_circuit] 15 - [Semiring_circuit] 16 - [formula] 17 18 ## Problems 19 20 - [enumeration_circuit] 21 - [satisfiability] 22 23 ## Measure [circuit_parameter] 24 25 - [depth] 26 - [circuit_size] 27 - [weft] 28 - [fan_in] 29 30 ## Conditions 31 32 [circuit_condition] 33 34 ## Definitions 35 36 - [gate] 37 - [wire] 38 39 ## Research 40 41 [chattopadhyay2021lower] for recent research on circuit classes and 42 [communication_complexity] 43 44 ## Operations 45 46 - [tseytin_transformation] 47 48 ## Beware 49 50 - [positive_vs_monotone] 51 52 Up: [theoretical_computer_science] 53 54 See also: [sum_product_network] 55 56 Aliases: circuits