We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to get non-empty sample files, we needed to run smarch_base.py instead of smarch_opt.py
smarch_base.py
smarch_opt.py
Furthermore, we needed to amend
Smarch/smarch_base.py
Line 17 in 2eeb945
SHARPSAT = srcdir + '/sharpSAT/build/Release/sharpSAT'
In general, an implementation using os.path.join would be more robust.
os.path.join
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In order to get non-empty sample files, we needed to run
smarch_base.py
instead ofsmarch_opt.py
Furthermore, we needed to amend
Smarch/smarch_base.py
Line 17 in 2eeb945
smarch_base.py
toSHARPSAT = srcdir + '/sharpSAT/build/Release/sharpSAT'
.In general, an implementation using
os.path.join
would be more robust.The text was updated successfully, but these errors were encountered: