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

[Improvement] C/C++ shared/static library interface #40

Open
CharlesJQuarra opened this issue Oct 23, 2023 · 0 comments
Open

[Improvement] C/C++ shared/static library interface #40

CharlesJQuarra opened this issue Oct 23, 2023 · 0 comments

Comments

@CharlesJQuarra
Copy link

I was hoping to use this library to integrate polynomial functions over polytopes inside a c++ application, so I tried to browse inside the drivers that have a main(), It seems these drivers have a lot of logic inside them and is not straightforward how to call the top-level functionality from c/c++.

I considered using execve but it doesn't seem justified to resort to this given this is not a closed binary. I wonder if there are some guidelines for perhaps building a V-representation object in code and pass that to an integrate call

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

1 participant