Hi, I have a question on hw 6.
As I recall the lecture, basic facts to be added to the solver is something like the following:

Here, for the case of def and use, we specify line number and variable that is related to.
When implementing extract_instr, I am confused of required parameter int list that should be passed to Z3.Fixedpint.add_fact.
What should the integer list consist of?
Could anyone give any hint?
Would appreciate any help!
Thank you.