COPT-Public / cuPDLP-C

Code for solving LP on GPU using first-order methods
MIT License
148 stars 34 forks source link

initialize (avoid free of uninitialized pointer at exit_cleanup) #24

Open hannes-uppman opened 6 months ago

hannes-uppman commented 6 months ago

I notice that the code uses both NULL and cupdlp_NULL. What is the distinction?