$(\min, \leq)$ Product: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:$(\min, \leq)$ Product (Matrix Product)}} == Description == Matrix product over the $(\min, \leq)$-semiring == Related Problems == Related: Matrix Multiplication, Boolean Matrix Multiplication, Boolean Matrix Multiplication (Combinatorial), Matrix Product Verification, Distance Product == Parameters == <pre>n: dimension of square matrix</pre> == Table of Algorithms == Currently no algorithms in our database for the given prob...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
== Parameters == | == Parameters == | ||
$n$: dimension of square matrix | |||
== Table of Algorithms == | == Table of Algorithms == |
Latest revision as of 08:18, 10 April 2023
Description
Matrix product over the $(\min, \leq)$-semiring
Related Problems
Related: Matrix Multiplication, Boolean Matrix Multiplication, Boolean Matrix Multiplication (Combinatorial), Matrix Product Verification, Distance Product
Parameters
$n$: dimension of square matrix
Table of Algorithms
Currently no algorithms in our database for the given problem.
Reductions TO Problem
Problem | Implication | Year | Citation | Reduction |
---|---|---|---|---|
Triangle in Unweighted Graph | if: to-time: $T(n)$ for unweighted graph then: from-time: $O(n^{3/2} \sqrt{T(O(n))} \log n)$ |
2018 | https://dl-acm-org.ezproxy.canberra.edu.au/doi/pdf/10.1145/3186893, Theorem 7.1 | link |