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

enhance solveRelaxed to allow parallel processing of blocks #30

Open
svigerske opened this issue Feb 26, 2019 · 0 comments
Open

enhance solveRelaxed to allow parallel processing of blocks #30

svigerske opened this issue Feb 26, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@svigerske
Copy link
Member

Issue created by migration from Trac.

Original creator: kmartin

Original creation time: 2010-07-21 04:25:30

Currently solveRelaxed() is processed sequentially for each block.

Is it possible to have a method something like:

solveRelaxed( const double *costCoeff, DecompVarList & newVars)

where costCoeff is all of the cost coefficients across blocks and
likewise for newVars. Then it is up to the user to find the solution to the blocks either sequentially or in parallel? The user should still be able to pass back an extreme point for each block so there is a convexity row in the master for each block.

Thank you,

@svigerske svigerske added enhancement New feature or request major labels Feb 26, 2019
@tkralphs tkralphs removed the major label Jul 27, 2019
@tkralphs tkralphs self-assigned this Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants