Note | Clique seperator

Clique seperator Decomposition by clique seperator (Tarjan, 1985) Main Idea: Based on the idea of ‘divide and conquer’, this paper proposed an graph decomposition algorithm by finding the clique seperator recursively. The decomposition results in a binary decomposition tree. The author suggested some general ideas to tackle 4 NP-hard problems by ultlizing the binary decomposition tree. Preliminaries Perfect elimination ordering, Clique, Minimal and Minimum ordering, Seperator Algorithms Text description ...

June 1, 2023 Â· 1 min Â· 156 words Â· Wenbo

Note | Revisiting Sparse Matrix Technologies

Overview Revisitting the sparse matrix technology - Summary. ...

April 26, 2023 Â· 3 min Â· 612 words Â· Wenbo