View Single Post
  #2  
Old 07-15-2021, 18:16
CodeCracker CodeCracker is online now
VIP
 
Join Date: Jun 2011
Posts: 466
Rept. Given: 27
Rept. Rcvd 407 Times in 134 Posts
Thanks Given: 21
Thanks Rcvd at 1,888 Times in 359 Posts
CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499 CodeCracker Reputation: 400-499
v2 changes: added "Bilinear simp" to further simplificate equations
"Bilinear simp" is default checked, without it acts like old version

5 boolean variables (x0-x4), 4 equations
Example:
x1+x2+1+x0*(x2+x3+x4)+x1*(x2+x3)=0
x0+x2+x4+x0*(x2+x3)+x1*(x2+x3)+x3*x4=0
x0+x1+x2+x3+x0*(x1+x2+x3)+x1*x2+x2*(x3+x4)+x3*x4=0
x1+x2+x0*(x1+x4)+x2*x3+x3*x4=0
Attached Files
File Type: zip Modulo2Simplificator_v2.zip (73.5 KB, 6 views)
Reply With Quote
The Following 2 Users Say Thank You to CodeCracker For This Useful Post:
MarcElBichon (07-15-2021), tonyweb (07-16-2021)