We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c4ead commit 2fb2643Copy full SHA for 2fb2643
src/org/sosy_lab/java_smt/api/FloatingPointFormulaManager.java
@@ -42,6 +42,7 @@ public interface FloatingPointFormulaManager {
42
* Converts a rounding mode formula to the corresponding enum value. This method is the inverse of
43
* {@link #makeRoundingMode(FloatingPointRoundingMode)}.
44
*/
45
+ @SuppressWarnings("unused")
46
default FloatingPointRoundingMode fromRoundingModeFormula(
47
FloatingPointRoundingModeFormula pRoundingModeFormula) {
48
throw new UnsupportedOperationException(API_METHOD_NOT_IMPLEMENTED);
0 commit comments