Closed mattjones315 closed 3 years ago
Thanks for the feedback Richard!
I've made a few changes and have formatted the code a bit more. Can you let me know if there's anything else you'd like to discuss / see changed? Also, can you make sure that the code runs alright on your end (specifically, all tests pass)?
Provided new engineering on the backend of the
ILPSolver
to speed up the potential graph inference. This included moving some functions previously in theILPSolver
python file to theilp_solver_utilities.pyx
cython file, and refactoring the data structures used during potential graph inference.