This documentation is out of date.

The new version of the documentation is here: https://cannylogic.com/docs

Difference between revisions of "T-n-T: Logical AND with multiple operands"

From CANNY Wiki
Jump to: navigation, search
[checked revision][checked revision]
Line 1: Line 1:
 
[[Category:Tips and Tricks|12.02]]
 
[[Category:Tips and Tricks|12.02]]
== Задача ==
+
== The problem ==
  
Требуется проверить выполнение хотя бы одного из 8 условий.
+
Implement "Logical OR" operation with eight operands.
  
== Наивное решение ==
+
== Obvious solution ==
  
 
[[File:example2.png|800px]]
 
[[File:example2.png|800px]]
  
Использовано 7 функциональных блоков.
+
== Alternative solution ==
 
+
== Альтернативное решение ==
+
  
 
[[File:example2a.png|600px]]
 
[[File:example2a.png|600px]]
 
Использовано 2 функциональных блока.
 

Revision as of 13:28, 23 December 2018

The problem

Implement "Logical OR" operation with eight operands.

Obvious solution

Example2.png

Alternative solution

Example2a.png