PyLPsolve has some great features I want to use. I have a question, though: How do you define the list of integer variables of the MIP?
That is, in the standard wrapper of lpsolve: solution = lp_solve(f,A,b,e,lvb,uvb,xint) Where xint is the list of indexes of the integer variables of the MIP.
How can I define a non trivial xinf in PyLPSolve?
Happy coding ! and happy optimization !