satisfiabilityApplet.tauTautology
Class MajorityGate

java.lang.Object
  extended bysatisfiabilityApplet.tauTautology.MajorityGate

public class MajorityGate
extends java.lang.Object

by Catherine Block id# 6319 Date: Nov 20, 2004 Time: 10:31:48 AM CS 180H MajorityGate takes l inputs (each input is a conjuntions) and outputs 1 if >= half of the inputs are 1, 0 otherwise


Constructor Summary
MajorityGate(java.util.ArrayList conjLiteralsInputs)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MajorityGate

public MajorityGate(java.util.ArrayList conjLiteralsInputs)
Method Detail

toString

public java.lang.String toString()