-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run multiple file .cnf.txt then export to a file? #35
Comments
I am not sure what you are after. A simple shell script could do that. |
I wanna run multiple files cnf at once time, then I can export the result to a file. |
Yes, this is exactly what simple shell scripting would be able to do.
You can do this even say for 8 cores in parallel by adding
|
Thanks a ton, @arminbiere . It's exactly what I want. Do you plan to implement Kissat on Windows? |
There are ports by others (see also issue #33) and yes I also plan to have ports at one point in the main repro but probably not provide binaries. |
Hope to see your addition soon. Have a nice weekend, @arminbiere |
well, the reasons against windows exe-files can be understood. |
Cuz I'm using Sat4j library supporting Windows, then I've tested some problems by Kissat and found that Kissat is extremely good in terms of both solving time and the number of problems solved. Hence, I wanna find another version of Kissat on Windows to test. |
I agree that this would be useful. I.e. for benchmark-sets. I'm copying all the files into one file, |
Is there any way to run multiple files .cnf.txt (in
build
folder) and export the result to a file instead of running each file in turn and then reading the results in the console?Thanks!
The text was updated successfully, but these errors were encountered: