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

method for setting arbitrary parameters #163

Open
Marie73 opened this issue Apr 13, 2022 · 1 comment
Open

method for setting arbitrary parameters #163

Marie73 opened this issue Apr 13, 2022 · 1 comment

Comments

@Marie73
Copy link

Marie73 commented Apr 13, 2022

Hello,

I use cvxpy with cbc solver from CyLP to solve ILP problem of a big size.

Parameters which I pass to cvxpy function solve:
problem.solve(verbose=True, solver='CBC', numberThreads = 1, allowablePercentageGap = 1)
are not later used in CyLP. Because the problem is big I want to use more threads for counting.

Is it possible to add method for setting arbitrary parameters and use more threads to solve problem?

Discussion on this topic here: coin-or/Cbc#489

@rsemenoff
Copy link

rsemenoff commented Apr 13, 2022 via email

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

2 participants