diff --git a/Makefile b/Makefile index 4f1d8a009..96a5a3767 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ default: make_dir $(OUT)/libscsdir.a $(OUT)/libscsindir.a $(OUT)/libscsdir.$(SHA @echo " " @echo "*************************************************************" @echo "Successfully compiled SuperSCS (based on SCS) " - @echo "Find more at: https://github.com/kul-forbes/scs " + @echo "Find more at: https://github.com/kul-optec/superscs " @echo "To test, type '$(OUT)/demo_direct' or '$(OUT)/demo_indirect'," @echo "or '$(OUT)/demo_SOCP_indirect' to solve a random SOCP. " @echo "To run the unit tests, type 'make run-test'. " diff --git a/README.md b/README.md index 295287b34..1dd0f5df4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ SuperSCS ==== -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ef4a850c3a3b445f8130452b0edce2c6)](https://www.codacy.com/app/alphaville/scs?utm_source=github.com&utm_medium=referral&utm_content=kul-forbes/scs&utm_campaign=badger) -[![Build Status](https://travis-ci.org/kul-forbes/scs.svg?branch=master)](https://travis-ci.org/kul-optec/scs) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ef4a850c3a3b445f8130452b0edce2c6)](https://www.codacy.com/app/alphaville/scs?utm_source=github.com&utm_medium=referral&utm_content=kul-optec/superscs&utm_campaign=badger) +[![Build Status](https://travis-ci.org/kul-optec/superscs.svg?branch=master)](https://travis-ci.org/kul-optec/superscs) [![Build status](https://ci.appveyor.com/api/projects/status/lsarbwklc8x93asy/branch/master?svg=true)](https://ci.appveyor.com/project/alphaville/scs/branch/master) -[![codecov](https://codecov.io/gh/kul-forbes/scs/branch/master/graph/badge.svg)](https://codecov.io/gh/kul-optec/scs) -[![Gitter](https://badges.gitter.im/kul-forbes/scs.svg)](https://gitter.im/kul-forbes/scs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +[![codecov](https://codecov.io/gh/kul-optec/superscs/branch/master/graph/badge.svg)](https://codecov.io/gh/kul-optec/superscs) +[![Gitter](https://badges.gitter.im/kul-optec/superscs.svg)](https://gitter.im/kul-optec/superscs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) RTFM diff --git a/docs/coverage/src/scs_parser.c.gcov.html b/docs/coverage/src/scs_parser.c.gcov.html index d20de0e29..f157fdbf8 100644 --- a/docs/coverage/src/scs_parser.c.gcov.html +++ b/docs/coverage/src/scs_parser.c.gcov.html @@ -694,7 +694,7 @@ 624 4 : metadata = scs_malloc(sizeof (*metadata)); 625 4 : if (metadata == SCS_NULL) return SCS_NULL; 626 4 : strncpy(metadata->license, - 627 : "https://github.com/kul-forbes/scs/blob/master/LICENSE.txt", + 627 : "https://github.com/kul-optec/superscs/blob/master/LICENSE.txt", 628 : SCS_METADATA_TEXT_SIZE); 629 4 : strncpy(metadata->problemName, problemName, SCS_METADATA_TEXT_SIZE); 630 4 : snprintf(metadata->id, SCS_METADATA_TEXT_SIZE, "http://superscs.org/problem/%s", problemName); diff --git a/docs/data/example.yml b/docs/data/example.yml index 6a0f6ce3d..427358327 100644 --- a/docs/data/example.yml +++ b/docs/data/example.yml @@ -3,7 +3,7 @@ meta: date: '09-Apr-2018 19:41:52' creator: 'SuperSCS' yamlVersion: '1.2' - license: 'https://github.com/kul-forbes/scs/blob/master/LICENSE.txt' + license: 'https://github.com/kul-optec/superscs/blob/master/LICENSE.txt' problem: name: 'example-problem-1' A: diff --git a/docs/data/merge-checklist.txt b/docs/data/merge-checklist.txt index d80e75f4e..91b30959f 100644 --- a/docs/data/merge-checklist.txt +++ b/docs/data/merge-checklist.txt @@ -3,7 +3,7 @@ Code quality and compliance: - [ ] Make sure there is adequate testing. - [ ] Run `make COV=1 cov`; inspect the results - [ ] Run `cppcheck` -- [ ] All unit tests pass on [travis CI](https://travis-ci.org/kul-forbes/scs) +- [ ] All unit tests pass on [travis CI](https://travis-ci.org/kul-optec/superscs) - [ ] ... and on [Appveyor](https://ci.appveyor.com/project/alphaville/scs/history) - [ ] Valgrind does not return any errors (`make run-tests-mem`) - [ ] The profiler (`make PF=1 profile`) works @@ -19,5 +19,5 @@ Code quality and compliance: - [ ] Docker hub has been updated - [ ] A pull request has preferably been created - [ ] Changelog has been updated -- [ ] Make sure there are no important [issues](https://github.com/kul-forbes/scs/issues) +- [ ] Make sure there are no important [issues](https://github.com/kul-optec/superscs/issues) - [ ] Check out [Trello](https://trello.com/b/YMcZoJN9/superscs) diff --git a/docs/index.html b/docs/index.html index 3ebe72f25..264de5af5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -154,17 +154,17 @@

Download

-

The source code of SuperSCS is available on github.

+

The source code of SuperSCS is available on github.

Check out the installation guide.

Verification

Quality assurance:

@@ -174,10 +174,10 @@

Before contributing or filing an issue, please read this guide.

License

-

SuperSCS is licensed with an MIT license.

+

SuperSCS is licensed with an MIT license.

The MIT license is a short and simple permissive license with conditions only requiring preservation of copyright and license notices.

Licensed works, modifications, and larger works may be distributed under different terms and without source code.

-

You only need to keep LICENSE.txt and, if you redistribute the source code, the copyright notices therein.

+

You only need to keep LICENSE.txt and, if you redistribute the source code, the copyright notices therein.

Do you have a question?

Feel free to reach us on Gitter.

@@ -193,7 +193,7 @@

diff --git a/docs/page_benchmark_results.html b/docs/page_benchmark_results.html index a8214d47e..c7be90441 100644 --- a/docs/page_benchmark_results.html +++ b/docs/page_benchmark_results.html @@ -146,7 +146,7 @@

In Broyden's method we deactivated the K0 steps.

LASSO problems

-

1152 lasso problems

+

1152 lasso problems

@@ -173,7 +173,7 @@

Regularized PCA

-

288 regularized PCA problems

+

288 regularized PCA problems

@@ -189,7 +189,7 @@

Logistic regression problems

-

288 logistic regression problems

+

288 logistic regression problems

@@ -216,7 +216,7 @@

Semidefinite programming

-

48 SDP problems

+

48 SDP problems

@@ -243,7 +243,7 @@

Ill-conditioned SDPs

-

48 ill-conditioned SDP problems

+

48 ill-conditioned SDP problems

@@ -270,7 +270,7 @@

Norm-constrained norm minimization

-

256 norm-constrained problems

+

256 norm-constrained problems

diff --git a/docs/page_benchmarks.html b/docs/page_benchmarks.html index 3e161317b..af3ac72e8 100644 --- a/docs/page_benchmarks.html +++ b/docs/page_benchmarks.html @@ -99,7 +99,7 @@

In what follows we give a few code snippets in MATLAB and compare SuperSCS with SCS.

This is a preliminary study to show that SuperSCS outperforms SCS, but a more thorough analysis is necessary.

In what follows we compare the two algorithms using five different types of problems: (i) a LASSO-like problem ( \(\ell_1\)-regularized least squares), (ii) a semidefinite program (SDP) and, in particular, a minimum-norm problem and an LMI-constrained problem, (iii) a logistic regression problem, (iv) a minimum \(p\)-norm problem, (v) a 2-norm-constrained minimum-norm problem and, last , (vi) a matrix completion problem involving the nuclear norm.

-
Note
The following benchmarks are available in /tests/matlab/.
+
Note
The following benchmarks are available in /tests/matlab/.
Reported runtimes were recorded on an Intel® Core™ i5-6200U CPU @ 2.30GHz × 4 machine with 11.6 GiB RAM running 64-bit Ubuntu 14.04.
diff --git a/docs/page_contributing.html b/docs/page_contributing.html index 0aa202e69..67772d8e8 100644 --- a/docs/page_contributing.html +++ b/docs/page_contributing.html @@ -185,7 +185,7 @@

scs_int scs_function(ScsData * data, ScsCone * cone);

Installation instructions, mathematical documentation and other non-API documentation should not be part of function/variable documentation.

-

Instead, you should contribute to an existing page in pages/.

+

Instead, you should contribute to an existing page in pages/.

Unit testing in C

Unit tests are supported and executed by a simple in-house framework.

@@ -266,14 +266,14 @@

Reporting an issue

-

You may report your issue using the project's issue tracker on github

+

You may report your issue using the project's issue tracker on github

In your issue report, please include the following information:

  • explanatory title: a clear title
  • @@ -329,7 +329,7 @@

Contributing to SuperSCS

-

In order to contribute and actively participate in the development of SuperSCS, you first need to fork the repository on github:

+

In order to contribute and actively participate in the development of SuperSCS, you first need to fork the repository on github: