1. Bug Report or New Feature Request#

1.1. Bugs Report#

If you’ve found a bug about skscope, please open an issue at github issues. When reporting a bug, please include:

  • codes to reproduce the bug.

  • your operating system and Python version.

If possible, it is encourage to spend a few time to make the reproducing code as minimal as possible.

1.2. Suggest New Features#

If you’re working on sparsity-constrained optimization for some problems that cannot be handled by the current skscope library, it is encouraged to share your new features suggestion to us. You can open an issue at github issues to post your suggestion. When suggesting a new feature, please:

  • explain in detail how it would work (e.g., offer a minimal examples).

  • provide few important literatures if possible.