issues
search
jennalwise
/
graphblas-verif
Formal verification of the GraphBLAS C API implementation by Tim Davis using Frama-C/WP.
Other
5
stars
1
forks
source link
Verify algebraic properties of monoids in monoid_valid predicate
#2
Open
jennalwise
opened
6 years ago
jennalwise
commented
6 years ago
verify that the binary operator of a monoid is associative
verify that the identity element of a monoid is in fact an identity element of the binary operator and monoid domain
validate any other algebraic properties of a monoid
jennalwise
commented
6 years ago
This extends to other methods using monoids:
[ ] GrB_Monoid_new, GB_Monoid_new