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 7d6b6d4 commit bf6bda3Copy full SHA for bf6bda3
src/org/sosy_lab/java_smt/api/IntegerFormulaManager.java
@@ -27,7 +27,8 @@ public interface IntegerFormulaManager
27
28
/**
29
* Create a formula representing the modulo of two operands according to Boute's Euclidean
30
- * definition.
+ * definition. The quotient (div numerator denominator) of the internal modulo calculation is
31
+ * floored for positive denominators and rounded up for negative denominators.
32
*
33
* <p>If the denominator evaluates to zero (modulo-by-zero), either directly as value or
34
* indirectly via an additional constraint, then the solver is allowed to choose an arbitrary
0 commit comments