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

Example for c API usage #81

Open
profhsgill opened this issue Oct 20, 2023 · 0 comments
Open

Example for c API usage #81

profhsgill opened this issue Oct 20, 2023 · 0 comments

Comments

@profhsgill
Copy link

I have read the tester.c file and it will work within the repo environment. If somebody is going to use the library in their own code, additional information is perhaps needed in the code they will write.

Is it possible that a simple c code can be provided as an example.

Say solving a simple system:

x − y = −1
y = x*x + 1
Solutions are (x=1, y=2) and (x=0, y=1)

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