sat-group / open-wbo

Open-WBO: state-of-the-art MaxSAT and Pseudo-Boolean solver
Other
72 stars 12 forks source link

limits: introduce cpu-lim and mem-lim #8

Closed conp-solutions closed 5 years ago

conp-solutions commented 5 years ago

Allow to specify resource limitations for the solver from the command line.

The code has been mainly taken from the MiniSat git repository, namely from the following commit: 93b1810 Portability fixes for resources, signals, etc + some cleanups.