Click here to Skip to main content
15,911,711 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Petrick's method (also known as Petrick function or branch-and-
bound method) is a technique described for determining all minimum
sum-of-products solutions from a prime implicant chart. Write a C
program to implement the above method.

What I have tried:

I am a beginner so not much....have only taken input of minterms and kind of made prime implicants chart along with group.
Posted
Updated 22-May-21 7:43am

You need to solve your homework for yourself and to learn C and also to discuss the result of your homework i.e. the code.

So visit some Learn C tutorial.

Tips:
- install Visual Studio
- write clear code with "speaking names" for function and variables
- comment the code
- write some tests to check that the code works

Good luck!
 
Share this answer
 
If you need specific help with some part of the code you have written, then please post the code, and explain the problem. But no one here is going to hand you a completed assignment that you can claim as your own work.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900