dwavesystems / qbsolv

Qbsolv,a decomposing solver, finds a minimum value of a large quadratic unconstrained binary optimization (QUBO) problem by splitting it into pieces solved either via a D-Wave system or a classical tabu solver. (Note that qbsolv by default uses its internal classical solver. Access to a D-Wave system must be arranged separately.)
https://docs.ocean.dwavesys.com/projects/qbsolv
Apache License 2.0
913 stars 229 forks source link

Document contributor workflow #146

Open arcondello opened 5 years ago

arcondello commented 5 years ago

When working on QBSolv as a developer and making local changes, it is often convenient to use

python setup.py build_ext --inplace

to quickly test changes (see link).

While we're at it, we might also want to link the cython docs explaining the different cython file types (e.g. pxd files or just the basic tutorial).