You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2019. It is now read-only.
The coefficient matrix in sets of constraints may be arranged to the matrix with several blocks, which are mutually row- and column- disjoint. It's illustrated as:
/ A1 \
| A2 |
A = | A3 |
| A4 |
\ A5 /
Then it can be decomposed into disjoint smaller sub-problems, which enables parallel computation to solve them dependently.