publicstaticboolean testCase(boolean x, boolean y, boolean z) { // First create a Phi(x, y). boolean phi = inlinePhi(x, y, z); // Now use the phi as a condition which the boolean simplifier will try to // optimize out. If the result is not used, the algorithm will try to remove // the original condition (phi) and crash. return dontUseParam(phi == false ? false : true);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.