Help in LightOJ 1279 — Graph Coloring problem

Revision en1, by beginner_boy, 2019-03-26 16:27:59

Hello everyone, i am stuck with the problem 1279 — Graph Coloring which can be solved computing the value $$$K ^ {(n - r)}$$$, where $$$r$$$ is the rank of matrix $$$a$$$, according with this blog, but i cant understand how it works, specifically what's the sense of the matrix $$$a$$$ builded in this code bellow:

snippet
Tags gaussian elimination, light oj, #problem solving, help needed

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English beginner_boy 2019-03-26 16:27:59 730 Initial revision (published)