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

libpms API is missing some features available via command-line #41

Open
vasdommes opened this issue Sep 23, 2024 · 0 comments · May be fixed by #42
Open

libpms API is missing some features available via command-line #41

vasdommes opened this issue Sep 23, 2024 · 0 comments · May be fixed by #42

Comments

@vasdommes
Copy link

The following settings are available as command-line options for mpsolve executable, but are missing from libmps API:

 -j n        Number of threads to spawn as workers
 -S set      Restrict the search set for the roots
             set can be one of:
               u: upper half-plane { x | Im(x) > 0 }
               d: lower half-plane { x | Im(x) < 0 }
               l: left half-plane { x | Re(x) < 0 }
               r: right half-plane { x | Re(x) > 0 }
               i: inside the unit circle: { x | |x| < 1 }
               o: outside the unit circle { x | |x| > 1 }
               R: real axis { x | Im(x) = 0 }
               I: imaginary axis { x | Re(x) = 0 }
 -D detect   Detect properties of the roots:
               r: real roots
               i: imaginary roots
               b: both
 -s file     Read the starting approximations from the given file, instead
             of relying on the internal algorithm of MPSolve.
             The format for this file is the same of the *.res files foun in
             src/unisolve/*.res in the source distribution of MPSolve.
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

Successfully merging a pull request may close this issue.

1 participant