ahmed-alllam / AlphaLogos

Boolean Function Analyzer and Synthesis Optimization Tool
http://alpha-logos-1464863388.eu-west-3.elb.amazonaws.com/
MIT License
1 stars 0 forks source link

Get the minterms that are not covered by EPIs #28

Closed MohamedEbrahem1 closed 11 months ago

MohamedEbrahem1 commented 11 months ago

Is your feature request related to a problem? Please describe. Getting the minterms not covered by the EPIs ( Essential prime implicants ). Solving the problem will ease our steps to minimize the circuit using K-map. Describe the solution you'd like

  1. Get the minterms that are covered by EPIs.
  2. Get the list of all minterms and remove those covered by EPIs.
  3. Return the rest of the minterms.