Menu

Is the minimal DNF of Primes unique?

Anonymous
2016-03-04
2016-03-04
  • Anonymous

    Anonymous - 2016-03-04

    Is the minimal DNF that is returned by QMC.primes2mindnf(Primes) unique?

     

    Last edit: Hannes Klarner 2016-03-04
  • Hannes Klarner

    Hannes Klarner - 2016-03-04

    minimal DNFs are not unique. Here is an example of two minimal DNFs for the same function (taken from http://math.stackexchange.com/questions/321285):

    A&!B | B&!C | !A&C
    !B&C | !A&B | A&!C
    

    QMC.primes2mindnf returns the first solution it finds.

     

    Last edit: Hannes Klarner 2016-03-04

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.