Scott1903 / satisfactory_planner

Satisfactory alternate recipe and production optimizer
17 stars 9 forks source link

Suggestion/Feature Request: Do not use a hardcoded path for glpk #1

Closed bartlett-m closed 1 month ago

bartlett-m commented 1 month ago

If the path to glpk is omitted, the program can automatically determine it from the system's PATH environment variable. On Linux, this will mean that glpk will automatically load if installed via a system's package manager, and on Windows it is possible to edit the PATH environment variable to include your installation of glpk.

This removes the need for users to manually edit the code of the application.

mylesbartlett72 commented 1 month ago

also thank you so much for making and maintaining this program!

Scott1903 commented 1 month ago

Thanks for the feedback! I appreciated it.

mylesbartlett72 commented 1 month ago

also thank you so much for making and maintaining this program!

i somehow managed to use both my school and main account to reply to this (oops!)