(A || B)) into the equivalent conjunction of negations (!A && !B). These transformations are grounded in Boolean algebra and can help make the logic of your code more explicit and easier to understand ...
An equation is a statement with an equals sign, stating that two expressions are equal in value, for example \(3x + 5 = 11\) Solving an equation means finding the value or values for which the two ...
This repository contains all the relevant files, my solutions to the assignments done in the course. The language and frameworks used were C, minisat, bddlib ...