coin-or / coin-or/CyLP

method for setting arbitrary parameters

Open
#163 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
JetBrains MPS
Stars
192
Forks
70
PR merge metrics
No merged PRs in 30d

Description

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: https://github.com/coin-or/Cbc/issues/489

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.