Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte Brandt committed Nov 28, 2024
2 parents 702f258 + cb62292 commit e556c41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,7 @@ module ArrayMatrix: AbstractMatrix =
map2i_with f m' v;
m'

let swap_rows m j k =
failwith "TODO"

end
2 changes: 2 additions & 0 deletions src/cdomains/affineEquality/matrix.ml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,6 @@ sig

val copy: t -> t

val swap_rows: t -> int -> int -> t

end

0 comments on commit e556c41

Please sign in to comment.