alanctprado / pace2024

MIT License
2 stars 0 forks source link

`run_tiny` and `run_medium` flags #17

Closed alanctprado closed 2 months ago

alanctprado commented 2 months ago

I am having a very hard time passing flags to the run_tiny and run_medium targets. It doesn't seem to be working.... Please help me @luishgh :|

luishgh commented 2 months ago

Doing it like this:

make -C build run_tiny ARGS='--ipsolver=lpsolve --formulation=two'

does not work?

I'll admit this solution is very limited, but it seems to be working for me here :/

alanctprado commented 2 months ago

oops, i was messing up xD