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

Column pricing with finite precision #31

Open
vandenheuvel opened this issue Aug 3, 2021 · 0 comments
Open

Column pricing with finite precision #31

vandenheuvel opened this issue Aug 3, 2021 · 0 comments
Labels
area:pivoting Area: Choosing the next column to pivot on enhancement Concerns algorithmic functionality rather than implementation details

Comments

@vandenheuvel
Copy link
Owner

Currently, the steepest descent pricing algorithm from Goldfarb and Tomlin is implemented in arbitrary precision. While useful as a reference implementation, it would be faster when implemented in finite precision. Numerical issues are not a big problem, as it would at most cause a slightly worse column to be pivoted on.

@vandenheuvel vandenheuvel added enhancement Concerns algorithmic functionality rather than implementation details area:pivoting Area: Choosing the next column to pivot on labels Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:pivoting Area: Choosing the next column to pivot on enhancement Concerns algorithmic functionality rather than implementation details
Projects
None yet
Development

No branches or pull requests

1 participant