You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,9 @@ There are also several functions for handling linear least squares problems with
34
34
- [Optimisation with Inequality Constraints](#optimisation-with-inequality-constraints)
35
35
- [Options for the Interior Point Algorithm](#options-for-the-interior-point-algorithm)
36
36
- [Running the Test File](#running-the-test-file)
37
+
-[Contributing](#handshake-contributing)
37
38
-[Citing this Repository](#bookmark_tabs-citing-this-repository)
39
+
-[License](#scroll-license)
38
40
39
41
## :floppy_disk: Installation Instructions
40
42
@@ -248,11 +250,22 @@ which prints information about the use of different class methods, as well as th
248
250
249
251
[:top: Back to top.](#cyclone-simple-qp-solver)
250
252
253
+
## :handshake: Contributing
254
+
255
+
Contributions to this project are always welcome! Feel free to:
256
+
1. Fork the repository,
257
+
2. Implement your changes, then
258
+
3. Submit a pull request.
259
+
260
+
If you're looking for ideas, you can always check the [Issues tab](https://github.com/Woolfrey/software_simple_qp/issues) for those with :raising_hand:[OPEN]. These are things I'd like to implement myself, but don't have time. It'd be much appreciated, and you'll be listed as a contributor!
261
+
251
262
## :bookmark_tabs: Citing this Repository
252
263
253
-
If you use `SimpleQPSolver` and find it useful, I'd appreciate it if you could cite me. Here is a `BibTeX` format:
264
+
If you use `SimpleQPSolver` and find it useful, I'd appreciate it if you could cite me. Click on `Cite this repository` under the **About** section at the top-right corner of this page :arrow_upper_right:
265
+
266
+
Here is the `BibTeX` reference:
254
267
```
255
-
@software{Woolfrey_SimpleQPSolver_2023,
268
+
@software{woolfrey_simple_qp_2023,
256
269
author = {Woolfrey, Jon},
257
270
month = aug,
258
271
title = {{S}imple {QP} {S}olver},
@@ -263,10 +276,13 @@ If you use `SimpleQPSolver` and find it useful, I'd appreciate it if you could c
263
276
```
264
277
Here's the automatically generated APA format:
265
278
```
266
-
Woolfrey, J. (2023). SimpleQPSolver (Version 1.0.0) [Computer software]. https://github.com/Woolfrey/software_simple_qp
Alternatively, click on `Cite this repository` on the top-right corner of this page.
269
281
270
282
[:top: Back to top.](#cyclone-simple-qp-solver)
271
283
284
+
## :scroll: License
285
+
286
+
This software package is licensed under the [GNU General Public License v3.0 (GPL-3.0)](https://choosealicense.com/licenses/gpl-3.0/). You are free to use, modify, and distribute this package, provided that any modified versions also comply with the GPL-3.0 license. All modified versions must make the source code available and be licensed under GPL-3.0. The license also ensures that the software remains free and prohibits the use of proprietary restrictions such as Digital Rights Management (DRM) and patent claims. For more details, please refer to the [full license text](LICENSE).
0 commit comments