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

Xpress fixes #3576

Merged
merged 23 commits into from Apr 25, 2023
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
7762fe7
Fix type of `MAXTIME` attribute (is `int`, not `dbl`).
djunglas Nov 25, 2022
e2e1362
Fix definition of `NAN`.
djunglas Nov 25, 2022
9886fbd
Fix computation of version number.
djunglas Nov 25, 2022
c6c430c
Support setting solver specific parameters.
djunglas Nov 25, 2022
980468d
Support log output from the solver.
djunglas Nov 25, 2022
9e816ec
Fix dimension queries.
djunglas Nov 25, 2022
9f065fc
Add support for interrupting the solver.
djunglas Nov 25, 2022
f111558
Several fixes to handling range constraints.
djunglas Nov 25, 2022
fe27b32
Remove misleading comment.
djunglas Nov 25, 2022
0001f9a
Some minor cleanup.
djunglas Nov 25, 2022
cd724e1
Explain why string parameters are currently not supported.
djunglas Nov 28, 2022
92844b4
Check for empty parameter names.
djunglas Nov 28, 2022
8c9296c
Explicitly remove the message callback we added.
djunglas Nov 28, 2022
f94f2fb
Add missing calling convention tag.
djunglas Nov 28, 2022
88f8d30
Don't use `XPRS_OUTPUTLOG` for enabling log output.
djunglas Nov 28, 2022
cc6f149
Fix assertions (should check >= inf, not just > inf).
djunglas Nov 30, 2022
d1ee495
No not ignore messages with blank lines.
djunglas Nov 30, 2022
ec075c1
Move function `readParameter()` out of class.
djunglas Feb 1, 2023
45b974b
Use `override` keyword on functions that override something from super.
djunglas Feb 1, 2023
15a8bcd
Change logging.
djunglas Feb 1, 2023
d27c36c
Make sure numbers are parsed with the C locale.
djunglas Feb 1, 2023
e13bcb7
Extend anonymous namespace to cover all non-class functions.
djunglas Feb 2, 2023
e2039ad
Remove unused function `printError()`.
djunglas Feb 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view