Skip to content
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

Tighter bind to SAT solvers #1

Open
weaversa opened this issue Dec 20, 2019 · 2 comments
Open

Tighter bind to SAT solvers #1

weaversa opened this issue Dec 20, 2019 · 2 comments

Comments

@weaversa
Copy link
Owner

tmpnam is not ideal for a number of reasons - the most prominent here being the lack of stability in a threaded environment. It would be nice to replace tmpnam with something like this:

https://stackoverflow.com/questions/6171552/popen-simultaneous-read-and-write

Or, just pick one or more top solvers written in C/C++ and integrate them tightly.

@socketpair
Copy link

GCC: the use of tmpnam' is dangerous, better use mkstemp'

I suggest https://en.cppreference.com/w/c/io/tmpfile

@weaversa
Copy link
Owner Author

weaversa commented Mar 9, 2023

We'd be happy to accept a pull request :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants