← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Logic reformulation in Plot_Edges_Modules

 

I don't believe that's correct !(!a || !b) is equal to a && b (de
morgan) http://hyperphysics.phy-astr.gsu.edu/hbase/electronic/ietron/demorgan2.gif

On Tue, Apr 12, 2016 at 4:16 PM, Pereira, Patrick
<patrick.pereira@xxxxxxxxx> wrote:
> Hi,
>
> Corrections to avoid unnecessary boolean operations
> !(!a || !b) = a || b
>
> Best Regards,
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>


Follow ups

References