Ask Your Question

user3203476's profile - activity

2021-07-05 20:50:27 +0200 received badge  Notable Question (source)
2021-01-21 17:42:29 +0200 received badge  Popular Question (source)
2019-03-03 15:45:42 +0200 commented question How to get all the integer solutions to a system of linear equations ?

Yes you are quite right : upon checking, MLIP is not the best tool for what I need to do, and indeed, I can use linear algebra over ZZ. Thank you for your help.

2019-03-03 13:45:00 +0200 asked a question How to get all the integer solutions to a system of linear equations ?

Hello all,

I am a beginner at Sage and Python.

Is it possible to get all the integer solutions to a system of linear equations ?

I thought i would try to use MLIP for this. The tutorial thematic_tutorials on linear_programming has a call round(p.get_values(x), 2) which shows how to return one solution, but i would like to access all possible solutions.

Thank you in advance!