From 60b01bd67c606cfaa19240a57e65fec0f0cae1bc Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 1 Feb 2024 09:25:41 +1300 Subject: [PATCH] Update URLs after package move to jump-dev (#836) --- Project.toml | 2 +- README.md | 32 ++++---- benchmarks/natvsext/analyze.jl | 2 +- benchmarks/natvsext/run.jl | 2 +- benchmarks/natvsext/spawn.jl | 2 +- benchmarks/stepper/analyze.jl | 2 +- benchmarks/stepper/run.jl | 2 +- docs/make.jl | 4 +- docs/src/benchmarks.md | 10 +-- docs/src/cones.md | 4 +- docs/src/examples.md | 76 +++++++++---------- docs/src/index.md | 6 +- examples/CBLIB/JuMP.jl | 2 +- examples/CBLIB/JuMP_test.jl | 2 +- examples/Examples.jl | 2 +- examples/JuMP_utils.jl | 2 +- examples/benchmark_utils.jl | 2 +- examples/centralpolymat/JuMP.jl | 2 +- examples/centralpolymat/JuMP_benchmark.jl | 2 +- examples/centralpolymat/JuMP_test.jl | 2 +- examples/classicalquantum/JuMP.jl | 2 +- examples/classicalquantum/JuMP_benchmark.jl | 2 +- examples/classicalquantum/JuMP_test.jl | 2 +- examples/conditionnum/JuMP.jl | 2 +- examples/conditionnum/JuMP_test.jl | 2 +- examples/contraction/JuMP.jl | 2 +- examples/contraction/JuMP_test.jl | 2 +- examples/convexityparameter/JuMP.jl | 2 +- examples/convexityparameter/JuMP_test.jl | 2 +- examples/covarianceest/JuMP.jl | 2 +- examples/covarianceest/JuMP_benchmark.jl | 2 +- examples/covarianceest/JuMP_test.jl | 2 +- examples/densityest/JuMP.jl | 2 +- examples/densityest/JuMP_benchmark.jl | 2 +- examples/densityest/JuMP_test.jl | 2 +- examples/densityest/data/process.jl | 2 +- examples/densityest/native.jl | 2 +- examples/densityest/native_test.jl | 2 +- examples/discretemaxlikelihood/JuMP.jl | 2 +- examples/discretemaxlikelihood/JuMP_test.jl | 2 +- examples/doptimaldesign/JuMP.jl | 2 +- examples/doptimaldesign/JuMP_benchmark.jl | 2 +- examples/doptimaldesign/JuMP_test.jl | 2 +- examples/doptimaldesign/native.jl | 2 +- examples/doptimaldesign/native_test.jl | 2 +- examples/entanglementassisted/JuMP.jl | 2 +- examples/entanglementassisted/JuMP_test.jl | 2 +- examples/experimentdesign/JuMP.jl | 2 +- examples/experimentdesign/JuMP_benchmark.jl | 2 +- examples/experimentdesign/JuMP_test.jl | 2 +- examples/linearopt/native.jl | 2 +- examples/linearopt/native_test.jl | 2 +- examples/lotkavolterra/JuMP.jl | 2 +- examples/lotkavolterra/JuMP_test.jl | 2 +- examples/lyapunovstability/JuMP.jl | 2 +- examples/lyapunovstability/JuMP_test.jl | 2 +- examples/matrixcompletion/JuMP.jl | 2 +- examples/matrixcompletion/JuMP_benchmark.jl | 2 +- examples/matrixcompletion/JuMP_test.jl | 2 +- examples/matrixcompletion/native.jl | 2 +- examples/matrixcompletion/native_test.jl | 2 +- examples/matrixquadratic/JuMP.jl | 2 +- examples/matrixquadratic/JuMP_test.jl | 2 +- examples/matrixregression/JuMP.jl | 2 +- examples/matrixregression/JuMP_benchmark.jl | 2 +- examples/matrixregression/JuMP_test.jl | 2 +- examples/matrixregression/native.jl | 2 +- examples/matrixregression/native_test.jl | 2 +- examples/maxvolume/JuMP.jl | 2 +- examples/maxvolume/JuMP_test.jl | 2 +- examples/maxvolume/native.jl | 2 +- examples/maxvolume/native_test.jl | 2 +- examples/model_utils.jl | 2 +- examples/native_utils.jl | 2 +- examples/nearestcorrelation/JuMP.jl | 2 +- examples/nearestcorrelation/JuMP_test.jl | 2 +- examples/nearestpolymat/JuMP.jl | 2 +- examples/nearestpolymat/JuMP_benchmark.jl | 2 +- examples/nearestpolymat/JuMP_test.jl | 2 +- examples/nearestpsd/JuMP.jl | 2 +- examples/nearestpsd/JuMP_benchmark.jl | 2 +- examples/nearestpsd/JuMP_test.jl | 2 +- examples/nonparametricdistr/JuMP.jl | 2 +- examples/nonparametricdistr/JuMP_benchmark.jl | 2 +- examples/nonparametricdistr/JuMP_test.jl | 2 +- examples/normconepoly/JuMP.jl | 2 +- examples/normconepoly/JuMP_test.jl | 2 +- examples/polyenvelope/JuMP.jl | 2 +- examples/polyenvelope/JuMP_test.jl | 2 +- examples/polyenvelope/native.jl | 2 +- examples/polyenvelope/native_test.jl | 2 +- examples/polymin/JuMP.jl | 2 +- examples/polymin/JuMP_benchmark.jl | 2 +- examples/polymin/JuMP_test.jl | 2 +- examples/polymin/data_complex.jl | 2 +- examples/polymin/data_real.jl | 2 +- examples/polymin/native.jl | 2 +- examples/polymin/native_test.jl | 2 +- examples/polynorm/JuMP.jl | 2 +- examples/polynorm/JuMP_benchmark.jl | 2 +- examples/polynorm/JuMP_test.jl | 2 +- examples/portfolio/JuMP.jl | 2 +- examples/portfolio/JuMP_benchmark.jl | 2 +- examples/portfolio/JuMP_test.jl | 2 +- examples/portfolio/native.jl | 2 +- examples/portfolio/native_test.jl | 2 +- examples/regionofattr/JuMP.jl | 2 +- examples/regionofattr/JuMP_test.jl | 2 +- examples/relentrentanglement/JuMP.jl | 2 +- examples/relentrentanglement/JuMP_test.jl | 2 +- examples/robustgeomprog/JuMP.jl | 2 +- examples/robustgeomprog/JuMP_test.jl | 2 +- examples/runexamplestests.jl | 2 +- examples/semidefinitepoly/JuMP.jl | 2 +- examples/semidefinitepoly/JuMP_test.jl | 2 +- examples/semidefinitepoly/data.jl | 2 +- examples/shapeconregr/JuMP.jl | 2 +- examples/shapeconregr/JuMP_benchmark.jl | 2 +- examples/shapeconregr/JuMP_test.jl | 2 +- examples/shapeconregr/data/process.jl | 2 +- examples/signomialmin/JuMP.jl | 2 +- examples/signomialmin/JuMP_test.jl | 2 +- examples/signomialmin/data.jl | 2 +- examples/sparselmi/JuMP.jl | 2 +- examples/sparselmi/JuMP_test.jl | 2 +- examples/sparsepca/native.jl | 2 +- examples/sparsepca/native_test.jl | 2 +- examples/spectral_functions_JuMP.jl | 2 +- examples/stabilitynumber/JuMP.jl | 2 +- examples/stabilitynumber/JuMP_test.jl | 2 +- src/Cones/Cones.jl | 2 +- src/Cones/arrayutilities.jl | 2 +- src/Cones/doublynonnegativetri.jl | 2 +- src/Cones/epinormeucl.jl | 2 +- src/Cones/epinorminf.jl | 2 +- src/Cones/epinormspectral.jl | 2 +- src/Cones/epinormspectraltri.jl | 2 +- .../epipersepspectral/epipersepspectral.jl | 2 +- src/Cones/epipersepspectral/matrixcsqr.jl | 2 +- src/Cones/epipersepspectral/sepspectralfun.jl | 2 +- src/Cones/epipersepspectral/vectorcsqr.jl | 2 +- src/Cones/epipersquare.jl | 2 +- src/Cones/epirelentropy.jl | 2 +- src/Cones/epitrrelentropytri.jl | 2 +- src/Cones/generalizedpower.jl | 2 +- src/Cones/hypogeomean.jl | 2 +- src/Cones/hypoperlog.jl | 2 +- src/Cones/hypoperlogdettri.jl | 2 +- src/Cones/hypopowermean.jl | 2 +- src/Cones/hyporootdettri.jl | 2 +- src/Cones/linmatrixineq.jl | 2 +- src/Cones/matrixepipersquare.jl | 2 +- src/Cones/nonnegative.jl | 2 +- src/Cones/possemideftri.jl | 2 +- src/Cones/possemideftrisparse/cholmodimpl.jl | 2 +- src/Cones/possemideftrisparse/denseimpl.jl | 2 +- .../possemideftrisparse.jl | 2 +- src/Cones/wsosinterpepinormeucl.jl | 2 +- src/Cones/wsosinterpepinormone.jl | 2 +- src/Cones/wsosinterpnonnegative.jl | 2 +- src/Cones/wsosinterppossemideftri.jl | 2 +- src/Hypatia.jl | 2 +- src/MathOptInterface/cones.jl | 2 +- src/MathOptInterface/transform.jl | 2 +- src/MathOptInterface/wrapper.jl | 2 +- src/Models/Models.jl | 2 +- src/PolyUtils/PolyUtils.jl | 2 +- src/PolyUtils/complex.jl | 2 +- src/PolyUtils/realdomains.jl | 2 +- src/PolyUtils/realinterp.jl | 2 +- src/Solvers/Solvers.jl | 2 +- src/Solvers/point.jl | 2 +- src/Solvers/process.jl | 2 +- src/Solvers/search.jl | 2 +- src/Solvers/steppers/combined.jl | 2 +- src/Solvers/steppers/common.jl | 2 +- src/Solvers/steppers/predorcent.jl | 2 +- src/Solvers/systemsolvers/common.jl | 2 +- src/Solvers/systemsolvers/naive.jl | 2 +- src/Solvers/systemsolvers/naiveelim.jl | 2 +- src/Solvers/systemsolvers/qrchol.jl | 2 +- src/Solvers/systemsolvers/symindef.jl | 2 +- src/linearalgebra/HSL.jl | 2 +- src/linearalgebra/Pardiso.jl | 2 +- src/linearalgebra/dense.jl | 2 +- src/linearalgebra/sparse.jl | 2 +- test/cone.jl | 2 +- test/moicones.jl | 2 +- test/nativeinstances.jl | 2 +- test/nativesets.jl | 2 +- test/polyutils.jl | 2 +- test/runconetests.jl | 2 +- test/runhsltests.jl | 2 +- test/runmoitests.jl | 2 +- test/runnativetests.jl | 2 +- test/runpardisotests.jl | 2 +- test/runpolyutilstests.jl | 2 +- test/runtests.jl | 2 +- 198 files changed, 258 insertions(+), 258 deletions(-) diff --git a/Project.toml b/Project.toml index aba561051..79725a0b2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Hypatia" uuid = "b99e6be6-89ff-11e8-14f8-45c827f4f8f2" -repo = "https://github.com/chriscoey/Hypatia.jl.git" +repo = "https://github.com/jump-dev/Hypatia.jl.git" version = "0.7.4" [deps] diff --git a/README.md b/README.md index 03ec5ac0e..8ff0d0f5f 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -Hypatia logo +Hypatia logo -[![Build Status](https://github.com/chriscoey/Hypatia.jl/workflows/CI/badge.svg)](https://github.com/chriscoey/Hypatia.jl/actions?query=workflow%3ACI+branch%3Amaster) -[![codecov](https://codecov.io/gh/chriscoey/Hypatia.jl/branch/master/graph/badge.svg?token=x7G2wQeKJF)](https://codecov.io/gh/chriscoey/Hypatia.jl) -[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://chriscoey.github.io/Hypatia.jl/stable) -[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://chriscoey.github.io/Hypatia.jl/dev) +[![Build Status](https://github.com/jump-dev/Hypatia.jl/workflows/CI/badge.svg)](https://github.com/jump-dev/Hypatia.jl/actions?query=workflow%3ACI+branch%3Amaster) +[![codecov](https://codecov.io/gh/jump-dev/Hypatia.jl/branch/master/graph/badge.svg?token=x7G2wQeKJF)](https://codecov.io/gh/jump-dev/Hypatia.jl) +[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://jump.dev/Hypatia.jl/stable) +[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://jump.dev/Hypatia.jl/dev) -[Hypatia](https://github.com/chriscoey/Hypatia.jl) is a highly customizable open source interior point solver for generic conic optimization problems, written in [Julia](https://julialang.org/). +[Hypatia](https://github.com/jump-dev/Hypatia.jl) is a highly customizable open source interior point solver for generic conic optimization problems, written in [Julia](https://julialang.org/). For more information on Hypatia, please see: - - [documentation](https://chriscoey.github.io/Hypatia.jl/dev) for Hypatia's conic form, predefined cones, and interfaces - - [cones reference](https://github.com/chriscoey/Hypatia.jl/wiki/files/coneref.pdf) for cone definitions and oracles - - [examples folder](https://github.com/chriscoey/Hypatia.jl/tree/master/examples) for applied examples and instances - - [benchmarks folder](https://github.com/chriscoey/Hypatia.jl/tree/master/benchmarks) for scripts used to run and analyze various computational benchmarks + - [documentation](https://jump.dev/Hypatia.jl/dev) for Hypatia's conic form, predefined cones, and interfaces + - [cones reference](https://github.com/jump-dev/Hypatia.jl/wiki/files/coneref.pdf) for cone definitions and oracles + - [examples folder](https://github.com/jump-dev/Hypatia.jl/tree/master/examples) for applied examples and instances + - [benchmarks folder](https://github.com/jump-dev/Hypatia.jl/tree/master/benchmarks) for scripts used to run and analyze various computational benchmarks and preprints of our papers: - [Solving natural conic formulations with Hypatia.jl](https://arxiv.org/abs/2005.01136) for computational arguments for expanding the class of cones recognized by conic solvers @@ -19,11 +19,11 @@ and preprints of our papers: - [Sum of squares generalizations for conic sets](https://arxiv.org/abs/2103.11499) for barriers and computational techniques for our generalized polynomial sum of squares cones - [Conic optimization with spectral functions on Euclidean Jordan algebras](https://arxiv.org/abs/2103.04104) for barriers and computational techniques for many of our epigraph/hypograph cones -and corresponding [raw results CSV files](https://github.com/chriscoey/Hypatia.jl/wiki) generated by our run scripts in the benchmarks folder. +and corresponding [raw results CSV files](https://github.com/jump-dev/Hypatia.jl/wiki) generated by our run scripts in the benchmarks folder. ## License -Hypatia is licensed under the MIT License (see [LICENSE](https://github.com/chriscoey/Hypatia.jl/blob/master/LICENSE.md)). +Hypatia is licensed under the MIT License (see [LICENSE](https://github.com/jump-dev/Hypatia.jl/blob/master/LICENSE.md)). ## Installation @@ -64,16 +64,16 @@ termination_status(model) objective_value(model) value.(x) ``` -See our [D-optimal design](https://github.com/chriscoey/Hypatia.jl/blob/master/examples/doptimaldesign/JuMP.jl) example for more information and references. +See our [D-optimal design](https://github.com/jump-dev/Hypatia.jl/blob/master/examples/doptimaldesign/JuMP.jl) example for more information and references. -Many more examples using the native interface or JuMP can be found in the [examples folder](https://github.com/chriscoey/Hypatia.jl/tree/master/examples). +Many more examples using the native interface or JuMP can be found in the [examples folder](https://github.com/jump-dev/Hypatia.jl/tree/master/examples). ## Contributing Comments, questions, suggestions, and improvements/extensions to the code or documentation are welcomed. -Please reach out on [Discourse](https://discourse.julialang.org/c/domain/opt), or submit an issue or contribute a PR on our [GitHub](https://github.com/chriscoey/Hypatia.jl). +Please reach out on [Discourse](https://discourse.julialang.org/c/domain/opt), or submit an issue or contribute a PR on our [GitHub](https://github.com/jump-dev/Hypatia.jl). If contributing code, try to maintain consistent style and add docstrings or comments for clarity. -New examples are welcomed and should be implemented similarly to the [existing examples](https://github.com/chriscoey/Hypatia.jl/tree/master/examples). +New examples are welcomed and should be implemented similarly to the [existing examples](https://github.com/jump-dev/Hypatia.jl/tree/master/examples). ## Acknowledgements diff --git a/benchmarks/natvsext/analyze.jl b/benchmarks/natvsext/analyze.jl index 1d9b6c031..d5aafd47c 100644 --- a/benchmarks/natvsext/analyze.jl +++ b/benchmarks/natvsext/analyze.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/benchmarks/natvsext/run.jl b/benchmarks/natvsext/run.jl index d4487685b..3df234c7c 100644 --- a/benchmarks/natvsext/run.jl +++ b/benchmarks/natvsext/run.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/benchmarks/natvsext/spawn.jl b/benchmarks/natvsext/spawn.jl index c8dbe18a6..b8716ed4c 100644 --- a/benchmarks/natvsext/spawn.jl +++ b/benchmarks/natvsext/spawn.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/benchmarks/stepper/analyze.jl b/benchmarks/stepper/analyze.jl index d1fa776ff..1c1c126b5 100644 --- a/benchmarks/stepper/analyze.jl +++ b/benchmarks/stepper/analyze.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/benchmarks/stepper/run.jl b/benchmarks/stepper/run.jl index d267b1db1..b47344c3e 100644 --- a/benchmarks/stepper/run.jl +++ b/benchmarks/stepper/run.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/docs/make.jl b/docs/make.jl index d9a5c86dc..1c021d7e8 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# using Documenter @@ -32,7 +32,7 @@ makedocs( ) deploydocs( - repo = "github.com/chriscoey/Hypatia.jl.git", + repo = "github.com/jump-dev/Hypatia.jl.git", target = "build", push_preview = true, ) diff --git a/docs/src/benchmarks.md b/docs/src/benchmarks.md index 0617eec94..b0591e267 100644 --- a/docs/src/benchmarks.md +++ b/docs/src/benchmarks.md @@ -1,12 +1,12 @@ # Benchmarking scripts -In the [benchmarks folder](https://github.com/chriscoey/Hypatia.jl/tree/master/benchmarks), we have scripts for running performance benchmarks on instances derived from our examples. -See [Examples](@ref) for descriptions of our examples, and see the [examples folder](https://github.com/chriscoey/Hypatia.jl/tree/master/examples) for the instances, which are generated on-the-fly. +In the [benchmarks folder](https://github.com/jump-dev/Hypatia.jl/tree/master/benchmarks), we have scripts for running performance benchmarks on instances derived from our examples. +See [Examples](@ref) for descriptions of our examples, and see the [examples folder](https://github.com/jump-dev/Hypatia.jl/tree/master/examples) for the instances, which are generated on-the-fly. The two types of benchmarks we run are: - - natural versus extended formulations, for a selection of examples; see [natvsext](https://github.com/chriscoey/Hypatia.jl/tree/master/benchmarks/natvsext), - - selected algorithmic options for the stepping procedures; see [stepper](https://github.com/chriscoey/Hypatia.jl/tree/master/benchmarks/stepper). - + - natural versus extended formulations, for a selection of examples; see [natvsext](https://github.com/jump-dev/Hypatia.jl/tree/master/benchmarks/natvsext), + - selected algorithmic options for the stepping procedures; see [stepper](https://github.com/jump-dev/Hypatia.jl/tree/master/benchmarks/stepper). + We also provide scripts to analyze the raw results output from the run scripts. See the READMEs for simple instructions for running these scripts on your machines. Each run script typically takes several days to complete if running all examples, and the analysis scripts only take seconds. diff --git a/docs/src/cones.md b/docs/src/cones.md index c4e4a35c4..112f3e6fb 100644 --- a/docs/src/cones.md +++ b/docs/src/cones.md @@ -16,11 +16,11 @@ The required oracles are: Additional optional oracles can be specified to improve speed and numerical performance. Defining a new cone automatically defines its dual cone (through the `use_dual` option) also. -See Hypatia's predefined cones in the [cones folder](https://github.com/chriscoey/Hypatia.jl/tree/master/src/Cones) for examples of how to implement a new cone type and efficient oracles. +See Hypatia's predefined cones in the [cones folder](https://github.com/jump-dev/Hypatia.jl/tree/master/src/Cones) for examples of how to implement a new cone type and efficient oracles. The implementations of the [`HypoPowerMean`](@ref) cone (which uses a primal LHSCB) and the [`WSOSInterpNonnegative`](@ref) cone (which uses a dual LHSCB) are fairly typical. ## Predefined cones Hypatia predefines many proper cones that are practically useful; see [Predefined cone types](@ref). -These cones are used in Hypatia's [Examples](@ref) and [native instances](https://github.com/chriscoey/Hypatia.jl/blob/master/test/nativeinstances.jl). +These cones are used in Hypatia's [Examples](@ref) and [native instances](https://github.com/jump-dev/Hypatia.jl/blob/master/test/nativeinstances.jl). These cones are also wrapped as `MathOptInterface.AbstractVectorSet` types and exported from Hypatia; see [MathOptInterface cones](@ref). diff --git a/docs/src/examples.md b/docs/src/examples.md index 48bfe48af..91ac55a45 100644 --- a/docs/src/examples.md +++ b/docs/src/examples.md @@ -1,45 +1,45 @@ # Examples -See the Hypatia [examples folder](https://github.com/chriscoey/Hypatia.jl/tree/master/examples) for example models and corresponding test/benchmark instances. +See the Hypatia [examples folder](https://github.com/jump-dev/Hypatia.jl/tree/master/examples) for example models and corresponding test/benchmark instances. Most examples have options for instance sizes/characteristics and formulation variants. See the example files for more information and references. Most example models use JuMP, and some use Hypatia's native interface. New examples are welcomed and should be implemented similarly to the existing examples and linked from this page. - - [CBLIB.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/CBLIB) Run a given CBLIB instance from the [Conic Benchmark Library](http://cblib.zib.de/). - - [Central polynomial matrix.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/centralpolymat) Minimize a spectral function of a gram matrix of a polynomial. - - [Classical-quantum capacity.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/classicalquantum) Compute the capacity of a classical-to-quantum channel. - - [Condition number.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/conditionnum) Minimize the condition number of a matrix pencil subject to a linear matrix inequality. - - [Contraction analysis.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/contraction) Find a contraction metric that guarantees global stability of a dynamical system. - - [Convexity parameter.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/convexityparameter) Find the strong convexity parameter of a polynomial function over a domain. - - [Covariance estimation.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/covarianceest) Estimate a covariance matrix that satisfies some given prior information and minimizes a given convex spectral function. - - [Density estimation.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/densityest) Find a valid polynomial density function maximizing the likelihood of a set of observations. - - [Discrete maximum likelihood.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/discretemaxlikelihood) Maximize the likelihood of some observations at discrete points, subject to the probability vector being close to a uniform prior. - - [D-optimal design.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/doptimaldesign) Solve a D-optimal experiment design problem, i.e. maximize the determinant of the information matrix subject to side constraints. - - [Entanglement-assisted capacity.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/entanglementassisted) Compute the entanglement-assisted classical capacity of a quantum channel. - - [Experiment design.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/experimentdesign) Solve a general experiment design problem that minimizes a given convex spectral function of the information matrix subject to side constraints. - - [Linear program.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/linearopt) Solve a simple linear program. - - [Lotka-Volterra.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/lotkavolterra) Find an optimal controller for a Lotka-Volterra model of population dynamics. - - [Lyapunov stability.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/lyapunovstability) Minimize an upper bound on the root mean square gain of a dynamical system. - - [Matrix completion.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/matrixcompletion) Complete a rectangular matrix by minimizing the nuclear norm and constraining the missing entries. - - [Matrix quadratic.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/matrixquadratic) Find a rectangular matrix that minimizes a linear function and satisfies a constraint on the outer product of the matrix. - - [Matrix regression.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/matrixregression) Solve a multiple-output (or matrix) regression problem with regularization terms (such as ``\ell_1``, ``\ell_2``, or nuclear norm). - - [Maximum volume hypercube.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/maxvolume) Find a maximum volume hypercube (with edges parallel to the axes) inside a given polyhedron or ellipsoid. - - [Nearest correlation matrix.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/nearestcorrelation) Compute the nearest correlation matrix in the quantum relative entropy sense. - - [Nearest polynomial matrix.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/nearestpolymat) Given a symmetric matrix of polynomials ``H``, find a polynomial matrix ``Q`` that minimizes the sum of the integrals of its elements over the unit box and guarantees ``Q - H`` is pointwise PSD on the unit box. - - [Nearest PSD matrix.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/nearestpsd) Find a sparse PSD matrix or a PSD-completable matrix (with a given sparsity pattern) with constant trace that maximizes a linear function. - - [Nonparametric distribution.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/nonparametricdistr) Given a random variable taking values in a finite set, compute the distribution minimizing a given convex spectral function over all distributions satisfying some prior information. - - [Norm cone polynomial.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/normconepoly) Given a vector of polynomials, check a sufficient condition for pointwise membership in the epigraph of the ``\ell_1`` or ``\ell_2`` norm. - - [Polynomial envelope.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/polyenvelope) Find a polynomial that closely approximates, over the unit box, the lower envelope of a given list of polynomials. - - [Polynomial minimization.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/polymin) Compute a lower bound for a given polynomial over a given semialgebraic set. - - [Polynomial norm.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/polynorm) Find a polynomial that, over the unit box, has minimal integral and belongs pointwise to the epigraph of the ``\ell_1`` or ``\ell_2`` norm of other given polynomials. - - [Portfolio.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/portfolio) Maximize the expected returns of a stock portfolio and satisfy various risk constraints. - - [Region of attraction.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/regionofattr) Find the region of attraction of a polynomial control system. - - [Relative entropy of entanglement.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/relentrentanglement) Compute a lower bound on relative entropy of entanglement with a positive partial transpose relaxation. - - [Robust geometric programming.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/robustgeomprog) Bound the worst-case optimal value of an uncertain signomial function with a given coefficient uncertainty set. - - [Semidefinite polynomial matrix.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/semidefinitepoly) Check a sufficient condition for global convexity of a given polynomial. - - [Shape constrained regression.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/shapeconregr) Given a dataset, fit a polynomial function that satisfies shape constraints such as monotonicity or convexity over a domain. - - [Signomial minimization.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/signomialmin) Compute a global lower bound for a given signomial function. - - [Sparse LMI.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/sparselmi) Optimize over a simple linear matrix inequality with sparse data. - - [Sparse principal components.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/sparsepca) Solve a convex relaxation of the problem of approximating a symmetric matrix by a rank-one matrix with a cardinality-constrained eigenvector. - - [Stability number.](https://github.com/chriscoey/Hypatia.jl/tree/master/examples/stabilitynumber) Given a graph, solve for a particular strengthening of the theta function towards the stability number. + - [CBLIB.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/CBLIB) Run a given CBLIB instance from the [Conic Benchmark Library](http://cblib.zib.de/). + - [Central polynomial matrix.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/centralpolymat) Minimize a spectral function of a gram matrix of a polynomial. + - [Classical-quantum capacity.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/classicalquantum) Compute the capacity of a classical-to-quantum channel. + - [Condition number.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/conditionnum) Minimize the condition number of a matrix pencil subject to a linear matrix inequality. + - [Contraction analysis.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/contraction) Find a contraction metric that guarantees global stability of a dynamical system. + - [Convexity parameter.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/convexityparameter) Find the strong convexity parameter of a polynomial function over a domain. + - [Covariance estimation.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/covarianceest) Estimate a covariance matrix that satisfies some given prior information and minimizes a given convex spectral function. + - [Density estimation.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/densityest) Find a valid polynomial density function maximizing the likelihood of a set of observations. + - [Discrete maximum likelihood.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/discretemaxlikelihood) Maximize the likelihood of some observations at discrete points, subject to the probability vector being close to a uniform prior. + - [D-optimal design.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/doptimaldesign) Solve a D-optimal experiment design problem, i.e. maximize the determinant of the information matrix subject to side constraints. + - [Entanglement-assisted capacity.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/entanglementassisted) Compute the entanglement-assisted classical capacity of a quantum channel. + - [Experiment design.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/experimentdesign) Solve a general experiment design problem that minimizes a given convex spectral function of the information matrix subject to side constraints. + - [Linear program.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/linearopt) Solve a simple linear program. + - [Lotka-Volterra.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/lotkavolterra) Find an optimal controller for a Lotka-Volterra model of population dynamics. + - [Lyapunov stability.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/lyapunovstability) Minimize an upper bound on the root mean square gain of a dynamical system. + - [Matrix completion.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/matrixcompletion) Complete a rectangular matrix by minimizing the nuclear norm and constraining the missing entries. + - [Matrix quadratic.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/matrixquadratic) Find a rectangular matrix that minimizes a linear function and satisfies a constraint on the outer product of the matrix. + - [Matrix regression.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/matrixregression) Solve a multiple-output (or matrix) regression problem with regularization terms (such as ``\ell_1``, ``\ell_2``, or nuclear norm). + - [Maximum volume hypercube.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/maxvolume) Find a maximum volume hypercube (with edges parallel to the axes) inside a given polyhedron or ellipsoid. + - [Nearest correlation matrix.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/nearestcorrelation) Compute the nearest correlation matrix in the quantum relative entropy sense. + - [Nearest polynomial matrix.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/nearestpolymat) Given a symmetric matrix of polynomials ``H``, find a polynomial matrix ``Q`` that minimizes the sum of the integrals of its elements over the unit box and guarantees ``Q - H`` is pointwise PSD on the unit box. + - [Nearest PSD matrix.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/nearestpsd) Find a sparse PSD matrix or a PSD-completable matrix (with a given sparsity pattern) with constant trace that maximizes a linear function. + - [Nonparametric distribution.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/nonparametricdistr) Given a random variable taking values in a finite set, compute the distribution minimizing a given convex spectral function over all distributions satisfying some prior information. + - [Norm cone polynomial.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/normconepoly) Given a vector of polynomials, check a sufficient condition for pointwise membership in the epigraph of the ``\ell_1`` or ``\ell_2`` norm. + - [Polynomial envelope.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/polyenvelope) Find a polynomial that closely approximates, over the unit box, the lower envelope of a given list of polynomials. + - [Polynomial minimization.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/polymin) Compute a lower bound for a given polynomial over a given semialgebraic set. + - [Polynomial norm.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/polynorm) Find a polynomial that, over the unit box, has minimal integral and belongs pointwise to the epigraph of the ``\ell_1`` or ``\ell_2`` norm of other given polynomials. + - [Portfolio.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/portfolio) Maximize the expected returns of a stock portfolio and satisfy various risk constraints. + - [Region of attraction.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/regionofattr) Find the region of attraction of a polynomial control system. + - [Relative entropy of entanglement.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/relentrentanglement) Compute a lower bound on relative entropy of entanglement with a positive partial transpose relaxation. + - [Robust geometric programming.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/robustgeomprog) Bound the worst-case optimal value of an uncertain signomial function with a given coefficient uncertainty set. + - [Semidefinite polynomial matrix.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/semidefinitepoly) Check a sufficient condition for global convexity of a given polynomial. + - [Shape constrained regression.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/shapeconregr) Given a dataset, fit a polynomial function that satisfies shape constraints such as monotonicity or convexity over a domain. + - [Signomial minimization.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/signomialmin) Compute a global lower bound for a given signomial function. + - [Sparse LMI.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/sparselmi) Optimize over a simple linear matrix inequality with sparse data. + - [Sparse principal components.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/sparsepca) Solve a convex relaxation of the problem of approximating a symmetric matrix by a rank-one matrix with a cardinality-constrained eigenvector. + - [Stability number.](https://github.com/jump-dev/Hypatia.jl/tree/master/examples/stabilitynumber) Given a graph, solve for a particular strengthening of the theta function towards the stability number. diff --git a/docs/src/index.md b/docs/src/index.md index d72ca10aa..c28d7e9d3 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -1,10 +1,10 @@ # Hypatia Hypatia is a highly-customizable interior point solver for generic conic optimization problems, written in [Julia](https://julialang.org/). -It is licensed under the MIT License; see [LICENSE](https://github.com/chriscoey/Hypatia.jl/blob/master/LICENSE.md). +It is licensed under the MIT License; see [LICENSE](https://github.com/jump-dev/Hypatia.jl/blob/master/LICENSE.md). -See the [README](https://github.com/chriscoey/Hypatia.jl/blob/master/README.md) for a quick-start introduction. -For more information about Hypatia's algorithms and cones, please see our [working paper](https://arxiv.org/abs/2005.01136) and [cones reference](https://github.com/chriscoey/Hypatia.jl/wiki/files/coneref.pdf). +See the [README](https://github.com/jump-dev/Hypatia.jl/blob/master/README.md) for a quick-start introduction. +For more information about Hypatia's algorithms and cones, please see our [working paper](https://arxiv.org/abs/2005.01136) and [cones reference](https://github.com/jump-dev/Hypatia.jl/wiki/files/coneref.pdf). ## Installation diff --git a/examples/CBLIB/JuMP.jl b/examples/CBLIB/JuMP.jl index 61357c762..b1b352f27 100644 --- a/examples/CBLIB/JuMP.jl +++ b/examples/CBLIB/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/CBLIB/JuMP_test.jl b/examples/CBLIB/JuMP_test.jl index fce961b11..ddee06d28 100644 --- a/examples/CBLIB/JuMP_test.jl +++ b/examples/CBLIB/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# # directory of CBLIB files diff --git a/examples/Examples.jl b/examples/Examples.jl index 95ad7fe10..a1340c631 100644 --- a/examples/Examples.jl +++ b/examples/Examples.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/examples/JuMP_utils.jl b/examples/JuMP_utils.jl index 362a5273d..7be32ad4d 100644 --- a/examples/JuMP_utils.jl +++ b/examples/JuMP_utils.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/benchmark_utils.jl b/examples/benchmark_utils.jl index 319be4db2..c5b8d2f4c 100644 --- a/examples/benchmark_utils.jl +++ b/examples/benchmark_utils.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/centralpolymat/JuMP.jl b/examples/centralpolymat/JuMP.jl index 2bf9cb630..12fd696e0 100644 --- a/examples/centralpolymat/JuMP.jl +++ b/examples/centralpolymat/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/centralpolymat/JuMP_benchmark.jl b/examples/centralpolymat/JuMP_benchmark.jl index 45bb764f3..600cfeaf5 100644 --- a/examples/centralpolymat/JuMP_benchmark.jl +++ b/examples/centralpolymat/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# centralpolymat_m_ks = [ diff --git a/examples/centralpolymat/JuMP_test.jl b/examples/centralpolymat/JuMP_test.jl index 2ef30b329..257d1c658 100644 --- a/examples/centralpolymat/JuMP_test.jl +++ b/examples/centralpolymat/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_tols = (default_tol_relax = 100,) diff --git a/examples/classicalquantum/JuMP.jl b/examples/classicalquantum/JuMP.jl index fc1b39c5f..d3cb6558d 100644 --- a/examples/classicalquantum/JuMP.jl +++ b/examples/classicalquantum/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/classicalquantum/JuMP_benchmark.jl b/examples/classicalquantum/JuMP_benchmark.jl index bb5c76bcb..5978f1feb 100644 --- a/examples/classicalquantum/JuMP_benchmark.jl +++ b/examples/classicalquantum/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# function classicalquantum_insts(complex::Bool, use_EF::Bool) diff --git a/examples/classicalquantum/JuMP_test.jl b/examples/classicalquantum/JuMP_test.jl index c90f03d65..b56ba7b74 100644 --- a/examples/classicalquantum/JuMP_test.jl +++ b/examples/classicalquantum/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/conditionnum/JuMP.jl b/examples/conditionnum/JuMP.jl index 03f3ddf3a..09bf39017 100644 --- a/examples/conditionnum/JuMP.jl +++ b/examples/conditionnum/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/conditionnum/JuMP_test.jl b/examples/conditionnum/JuMP_test.jl index 184159001..cf0ff33b5 100644 --- a/examples/conditionnum/JuMP_test.jl +++ b/examples/conditionnum/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/contraction/JuMP.jl b/examples/contraction/JuMP.jl index 14e563b3a..ff3c7a54b 100644 --- a/examples/contraction/JuMP.jl +++ b/examples/contraction/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/contraction/JuMP_test.jl b/examples/contraction/JuMP_test.jl index dfbe250fa..5c706196e 100644 --- a/examples/contraction/JuMP_test.jl +++ b/examples/contraction/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_infeas_tols = (tol_infeas = 1e-9,) diff --git a/examples/convexityparameter/JuMP.jl b/examples/convexityparameter/JuMP.jl index b174ada8e..0bba53c3b 100644 --- a/examples/convexityparameter/JuMP.jl +++ b/examples/convexityparameter/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/convexityparameter/JuMP_test.jl b/examples/convexityparameter/JuMP_test.jl index b9c9701f0..d7665315b 100644 --- a/examples/convexityparameter/JuMP_test.jl +++ b/examples/convexityparameter/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/covarianceest/JuMP.jl b/examples/covarianceest/JuMP.jl index f0a00aa04..c3196f605 100644 --- a/examples/covarianceest/JuMP.jl +++ b/examples/covarianceest/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/covarianceest/JuMP_benchmark.jl b/examples/covarianceest/JuMP_benchmark.jl index a8b95ab56..d87dd623e 100644 --- a/examples/covarianceest/JuMP_benchmark.jl +++ b/examples/covarianceest/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# covarianceest_insts(ext::MatSpecExt) = [[(d, true, ext) # complex diff --git a/examples/covarianceest/JuMP_test.jl b/examples/covarianceest/JuMP_test.jl index 7039e1e15..19e010e7b 100644 --- a/examples/covarianceest/JuMP_test.jl +++ b/examples/covarianceest/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/densityest/JuMP.jl b/examples/densityest/JuMP.jl index 201b57916..bb2ee135b 100644 --- a/examples/densityest/JuMP.jl +++ b/examples/densityest/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/densityest/JuMP_benchmark.jl b/examples/densityest/JuMP_benchmark.jl index e3c0340ad..b82790ad4 100644 --- a/examples/densityest/JuMP_benchmark.jl +++ b/examples/densityest/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# densityest_n_ds = [ diff --git a/examples/densityest/JuMP_test.jl b/examples/densityest/JuMP_test.jl index 3e41861a8..b13dcd271 100644 --- a/examples/densityest/JuMP_test.jl +++ b/examples/densityest/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/densityest/data/process.jl b/examples/densityest/data/process.jl index ec6625a32..975a57350 100644 --- a/examples/densityest/data/process.jl +++ b/examples/densityest/data/process.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/densityest/native.jl b/examples/densityest/native.jl index 7992ff1b3..791cb5c29 100644 --- a/examples/densityest/native.jl +++ b/examples/densityest/native.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/densityest/native_test.jl b/examples/densityest/native_test.jl index 7b68ee786..c70f12895 100644 --- a/examples/densityest/native_test.jl +++ b/examples/densityest/native_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/discretemaxlikelihood/JuMP.jl b/examples/discretemaxlikelihood/JuMP.jl index 76a65a035..35081f720 100644 --- a/examples/discretemaxlikelihood/JuMP.jl +++ b/examples/discretemaxlikelihood/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/discretemaxlikelihood/JuMP_test.jl b/examples/discretemaxlikelihood/JuMP_test.jl index 33148a97f..de01af1bf 100644 --- a/examples/discretemaxlikelihood/JuMP_test.jl +++ b/examples/discretemaxlikelihood/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/doptimaldesign/JuMP.jl b/examples/doptimaldesign/JuMP.jl index 14a75d2e0..45a4c5cc6 100644 --- a/examples/doptimaldesign/JuMP.jl +++ b/examples/doptimaldesign/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/doptimaldesign/JuMP_benchmark.jl b/examples/doptimaldesign/JuMP_benchmark.jl index ff193d061..f946b1b50 100644 --- a/examples/doptimaldesign/JuMP_benchmark.jl +++ b/examples/doptimaldesign/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# function doptimaldesign_insts(use_logdet::Bool) diff --git a/examples/doptimaldesign/JuMP_test.jl b/examples/doptimaldesign/JuMP_test.jl index 2d5b33342..75d9ce915 100644 --- a/examples/doptimaldesign/JuMP_test.jl +++ b/examples/doptimaldesign/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_tols = (default_tol_relax = 100,) diff --git a/examples/doptimaldesign/native.jl b/examples/doptimaldesign/native.jl index c13a19dfa..e1346493d 100644 --- a/examples/doptimaldesign/native.jl +++ b/examples/doptimaldesign/native.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/doptimaldesign/native_test.jl b/examples/doptimaldesign/native_test.jl index 8d0d28ae4..98fb2721d 100644 --- a/examples/doptimaldesign/native_test.jl +++ b/examples/doptimaldesign/native_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/entanglementassisted/JuMP.jl b/examples/entanglementassisted/JuMP.jl index 1e0ef6bac..c153dd839 100644 --- a/examples/entanglementassisted/JuMP.jl +++ b/examples/entanglementassisted/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/entanglementassisted/JuMP_test.jl b/examples/entanglementassisted/JuMP_test.jl index 7e38aeffe..e3218ddc2 100644 --- a/examples/entanglementassisted/JuMP_test.jl +++ b/examples/entanglementassisted/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_tols = (default_tol_relax = 100,) diff --git a/examples/experimentdesign/JuMP.jl b/examples/experimentdesign/JuMP.jl index 60993cb1a..0416a631d 100644 --- a/examples/experimentdesign/JuMP.jl +++ b/examples/experimentdesign/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/experimentdesign/JuMP_benchmark.jl b/examples/experimentdesign/JuMP_benchmark.jl index 70c674faa..42204a052 100644 --- a/examples/experimentdesign/JuMP_benchmark.jl +++ b/examples/experimentdesign/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# function experimentdesign_insts(ext::MatSpecExt) diff --git a/examples/experimentdesign/JuMP_test.jl b/examples/experimentdesign/JuMP_test.jl index b7d11cf52..bd8a8fb18 100644 --- a/examples/experimentdesign/JuMP_test.jl +++ b/examples/experimentdesign/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/linearopt/native.jl b/examples/linearopt/native.jl index 645053e24..b5d96ef55 100644 --- a/examples/linearopt/native.jl +++ b/examples/linearopt/native.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/linearopt/native_test.jl b/examples/linearopt/native_test.jl index 1140f0e74..12303438e 100644 --- a/examples/linearopt/native_test.jl +++ b/examples/linearopt/native_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/lotkavolterra/JuMP.jl b/examples/lotkavolterra/JuMP.jl index 3a07929ea..299234f0d 100644 --- a/examples/lotkavolterra/JuMP.jl +++ b/examples/lotkavolterra/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/lotkavolterra/JuMP_test.jl b/examples/lotkavolterra/JuMP_test.jl index fae3ed715..ed6056ada 100644 --- a/examples/lotkavolterra/JuMP_test.jl +++ b/examples/lotkavolterra/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_tols = (default_tol_relax = 1000,) diff --git a/examples/lyapunovstability/JuMP.jl b/examples/lyapunovstability/JuMP.jl index 260144faa..d934e02a6 100644 --- a/examples/lyapunovstability/JuMP.jl +++ b/examples/lyapunovstability/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/lyapunovstability/JuMP_test.jl b/examples/lyapunovstability/JuMP_test.jl index e38edf6e9..22a20a8b3 100644 --- a/examples/lyapunovstability/JuMP_test.jl +++ b/examples/lyapunovstability/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_tols = (default_tol_relax = 1000,) diff --git a/examples/matrixcompletion/JuMP.jl b/examples/matrixcompletion/JuMP.jl index 1bbd1d233..a3c7252d0 100644 --- a/examples/matrixcompletion/JuMP.jl +++ b/examples/matrixcompletion/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/matrixcompletion/JuMP_benchmark.jl b/examples/matrixcompletion/JuMP_benchmark.jl index 729028ef5..f15af7bb6 100644 --- a/examples/matrixcompletion/JuMP_benchmark.jl +++ b/examples/matrixcompletion/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# matrixcompletion_insts = [ diff --git a/examples/matrixcompletion/JuMP_test.jl b/examples/matrixcompletion/JuMP_test.jl index 9d8d7e889..811cf2469 100644 --- a/examples/matrixcompletion/JuMP_test.jl +++ b/examples/matrixcompletion/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/matrixcompletion/native.jl b/examples/matrixcompletion/native.jl index 6552233df..8af4106cf 100644 --- a/examples/matrixcompletion/native.jl +++ b/examples/matrixcompletion/native.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/matrixcompletion/native_test.jl b/examples/matrixcompletion/native_test.jl index 8611e729f..a4231212f 100644 --- a/examples/matrixcompletion/native_test.jl +++ b/examples/matrixcompletion/native_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/matrixquadratic/JuMP.jl b/examples/matrixquadratic/JuMP.jl index a9c717ee8..ad33dc145 100644 --- a/examples/matrixquadratic/JuMP.jl +++ b/examples/matrixquadratic/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/matrixquadratic/JuMP_test.jl b/examples/matrixquadratic/JuMP_test.jl index a7dd30e2b..95389b1f2 100644 --- a/examples/matrixquadratic/JuMP_test.jl +++ b/examples/matrixquadratic/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/matrixregression/JuMP.jl b/examples/matrixregression/JuMP.jl index db70e1f68..57d8237e3 100644 --- a/examples/matrixregression/JuMP.jl +++ b/examples/matrixregression/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/matrixregression/JuMP_benchmark.jl b/examples/matrixregression/JuMP_benchmark.jl index 0bf2f77e6..bfe71cb95 100644 --- a/examples/matrixregression/JuMP_benchmark.jl +++ b/examples/matrixregression/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# matrixregression_insts = [ diff --git a/examples/matrixregression/JuMP_test.jl b/examples/matrixregression/JuMP_test.jl index 36824be4c..0f00fa66d 100644 --- a/examples/matrixregression/JuMP_test.jl +++ b/examples/matrixregression/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/matrixregression/native.jl b/examples/matrixregression/native.jl index cbb66c040..5a4e78fd8 100644 --- a/examples/matrixregression/native.jl +++ b/examples/matrixregression/native.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/matrixregression/native_test.jl b/examples/matrixregression/native_test.jl index ed6c643f7..3808ff51c 100644 --- a/examples/matrixregression/native_test.jl +++ b/examples/matrixregression/native_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/maxvolume/JuMP.jl b/examples/maxvolume/JuMP.jl index c6aef7ab3..52455b2f5 100644 --- a/examples/maxvolume/JuMP.jl +++ b/examples/maxvolume/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/maxvolume/JuMP_test.jl b/examples/maxvolume/JuMP_test.jl index c8a0aa99d..20a021f78 100644 --- a/examples/maxvolume/JuMP_test.jl +++ b/examples/maxvolume/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_tols = (default_tol_relax = 100,) diff --git a/examples/maxvolume/native.jl b/examples/maxvolume/native.jl index 06326aef0..1e8776258 100644 --- a/examples/maxvolume/native.jl +++ b/examples/maxvolume/native.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/maxvolume/native_test.jl b/examples/maxvolume/native_test.jl index 3db9f1577..f250e5456 100644 --- a/examples/maxvolume/native_test.jl +++ b/examples/maxvolume/native_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/model_utils.jl b/examples/model_utils.jl index 3c0564b91..c77b4ea7c 100644 --- a/examples/model_utils.jl +++ b/examples/model_utils.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/native_utils.jl b/examples/native_utils.jl index 671bc0ad6..f6aa9af51 100644 --- a/examples/native_utils.jl +++ b/examples/native_utils.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/nearestcorrelation/JuMP.jl b/examples/nearestcorrelation/JuMP.jl index 2e792fd4c..826bbac7b 100644 --- a/examples/nearestcorrelation/JuMP.jl +++ b/examples/nearestcorrelation/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/nearestcorrelation/JuMP_test.jl b/examples/nearestcorrelation/JuMP_test.jl index 10424cb1a..a4dd8801a 100644 --- a/examples/nearestcorrelation/JuMP_test.jl +++ b/examples/nearestcorrelation/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/nearestpolymat/JuMP.jl b/examples/nearestpolymat/JuMP.jl index de72bf88d..137d58f04 100644 --- a/examples/nearestpolymat/JuMP.jl +++ b/examples/nearestpolymat/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/nearestpolymat/JuMP_benchmark.jl b/examples/nearestpolymat/JuMP_benchmark.jl index 06ab58d25..ca400c6c2 100644 --- a/examples/nearestpolymat/JuMP_benchmark.jl +++ b/examples/nearestpolymat/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# nearestpolymat_n_d_ms = [ diff --git a/examples/nearestpolymat/JuMP_test.jl b/examples/nearestpolymat/JuMP_test.jl index 9fe289427..b2e8c88c5 100644 --- a/examples/nearestpolymat/JuMP_test.jl +++ b/examples/nearestpolymat/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/nearestpsd/JuMP.jl b/examples/nearestpsd/JuMP.jl index f36c5a761..fe808c080 100644 --- a/examples/nearestpsd/JuMP.jl +++ b/examples/nearestpsd/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/nearestpsd/JuMP_benchmark.jl b/examples/nearestpsd/JuMP_benchmark.jl index 4b0f0f106..e66c4610c 100644 --- a/examples/nearestpsd/JuMP_benchmark.jl +++ b/examples/nearestpsd/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# function nearestpsd_insts(use_nat::Bool) diff --git a/examples/nearestpsd/JuMP_test.jl b/examples/nearestpsd/JuMP_test.jl index bac72d9ed..09aa657f3 100644 --- a/examples/nearestpsd/JuMP_test.jl +++ b/examples/nearestpsd/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/nonparametricdistr/JuMP.jl b/examples/nonparametricdistr/JuMP.jl index 4a939589c..5cbc9df1d 100644 --- a/examples/nonparametricdistr/JuMP.jl +++ b/examples/nonparametricdistr/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/nonparametricdistr/JuMP_benchmark.jl b/examples/nonparametricdistr/JuMP_benchmark.jl index 87555e767..ec0fd1322 100644 --- a/examples/nonparametricdistr/JuMP_benchmark.jl +++ b/examples/nonparametricdistr/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# function nonparametricdistr_insts(ext::VecSpecExt) diff --git a/examples/nonparametricdistr/JuMP_test.jl b/examples/nonparametricdistr/JuMP_test.jl index 4a9ff4789..086ff0c99 100644 --- a/examples/nonparametricdistr/JuMP_test.jl +++ b/examples/nonparametricdistr/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_tols = (default_tol_relax = 1000,) diff --git a/examples/normconepoly/JuMP.jl b/examples/normconepoly/JuMP.jl index 015f8c5e8..ff377d902 100644 --- a/examples/normconepoly/JuMP.jl +++ b/examples/normconepoly/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/normconepoly/JuMP_test.jl b/examples/normconepoly/JuMP_test.jl index 4e0eec771..85c88b6a0 100644 --- a/examples/normconepoly/JuMP_test.jl +++ b/examples/normconepoly/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/polyenvelope/JuMP.jl b/examples/polyenvelope/JuMP.jl index 54229d9d6..57c23b2bf 100644 --- a/examples/polyenvelope/JuMP.jl +++ b/examples/polyenvelope/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/polyenvelope/JuMP_test.jl b/examples/polyenvelope/JuMP_test.jl index 844fbdb48..028c620d0 100644 --- a/examples/polyenvelope/JuMP_test.jl +++ b/examples/polyenvelope/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/polyenvelope/native.jl b/examples/polyenvelope/native.jl index 60377c7b2..796bec045 100644 --- a/examples/polyenvelope/native.jl +++ b/examples/polyenvelope/native.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/polyenvelope/native_test.jl b/examples/polyenvelope/native_test.jl index e361949c6..441b83558 100644 --- a/examples/polyenvelope/native_test.jl +++ b/examples/polyenvelope/native_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/polymin/JuMP.jl b/examples/polymin/JuMP.jl index 11d594eb8..8d1eaabf1 100644 --- a/examples/polymin/JuMP.jl +++ b/examples/polymin/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/polymin/JuMP_benchmark.jl b/examples/polymin/JuMP_benchmark.jl index a3132dea1..f96a3ba07 100644 --- a/examples/polymin/JuMP_benchmark.jl +++ b/examples/polymin/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# polymin_n_ds = [ diff --git a/examples/polymin/JuMP_test.jl b/examples/polymin/JuMP_test.jl index 2a42e9440..00e1a39ec 100644 --- a/examples/polymin/JuMP_test.jl +++ b/examples/polymin/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/polymin/data_complex.jl b/examples/polymin/data_complex.jl index ad7566357..de764d5a5 100644 --- a/examples/polymin/data_complex.jl +++ b/examples/polymin/data_complex.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/polymin/data_real.jl b/examples/polymin/data_real.jl index 75c6e863c..b203ad5b5 100644 --- a/examples/polymin/data_real.jl +++ b/examples/polymin/data_real.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/polymin/native.jl b/examples/polymin/native.jl index 593a3db67..6fa8e5f66 100644 --- a/examples/polymin/native.jl +++ b/examples/polymin/native.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/polymin/native_test.jl b/examples/polymin/native_test.jl index 6acfc3fda..2e1083b50 100644 --- a/examples/polymin/native_test.jl +++ b/examples/polymin/native_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/polynorm/JuMP.jl b/examples/polynorm/JuMP.jl index cf671d088..43c92613f 100644 --- a/examples/polynorm/JuMP.jl +++ b/examples/polynorm/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/polynorm/JuMP_benchmark.jl b/examples/polynorm/JuMP_benchmark.jl index af2c57b8a..53618f6a9 100644 --- a/examples/polynorm/JuMP_benchmark.jl +++ b/examples/polynorm/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# polynorm_l2_n_d_ms = [ diff --git a/examples/polynorm/JuMP_test.jl b/examples/polynorm/JuMP_test.jl index cc6c0b379..162b7e81f 100644 --- a/examples/polynorm/JuMP_test.jl +++ b/examples/polynorm/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_tols = (default_tol_relax = 100,) diff --git a/examples/portfolio/JuMP.jl b/examples/portfolio/JuMP.jl index 62420612e..bb30b320f 100644 --- a/examples/portfolio/JuMP.jl +++ b/examples/portfolio/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/portfolio/JuMP_benchmark.jl b/examples/portfolio/JuMP_benchmark.jl index 278e1dca9..86e434ca8 100644 --- a/examples/portfolio/JuMP_benchmark.jl +++ b/examples/portfolio/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# portfolio_insts = diff --git a/examples/portfolio/JuMP_test.jl b/examples/portfolio/JuMP_test.jl index 3a0fbcd85..02f865343 100644 --- a/examples/portfolio/JuMP_test.jl +++ b/examples/portfolio/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/portfolio/native.jl b/examples/portfolio/native.jl index 2da508ccb..46c68b3bf 100644 --- a/examples/portfolio/native.jl +++ b/examples/portfolio/native.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/portfolio/native_test.jl b/examples/portfolio/native_test.jl index 0f57718c6..c072fe860 100644 --- a/examples/portfolio/native_test.jl +++ b/examples/portfolio/native_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/regionofattr/JuMP.jl b/examples/regionofattr/JuMP.jl index 078764eb4..7d52a354e 100644 --- a/examples/regionofattr/JuMP.jl +++ b/examples/regionofattr/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/regionofattr/JuMP_test.jl b/examples/regionofattr/JuMP_test.jl index a3eb0fa2d..058b514b6 100644 --- a/examples/regionofattr/JuMP_test.jl +++ b/examples/regionofattr/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/relentrentanglement/JuMP.jl b/examples/relentrentanglement/JuMP.jl index 5f45441cb..b22d55475 100644 --- a/examples/relentrentanglement/JuMP.jl +++ b/examples/relentrentanglement/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/relentrentanglement/JuMP_test.jl b/examples/relentrentanglement/JuMP_test.jl index e006ff2fe..ba7951dd5 100644 --- a/examples/relentrentanglement/JuMP_test.jl +++ b/examples/relentrentanglement/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/robustgeomprog/JuMP.jl b/examples/robustgeomprog/JuMP.jl index fb038d0a2..cb0aeb96c 100644 --- a/examples/robustgeomprog/JuMP.jl +++ b/examples/robustgeomprog/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/robustgeomprog/JuMP_test.jl b/examples/robustgeomprog/JuMP_test.jl index 10af2aa67..d02115272 100644 --- a/examples/robustgeomprog/JuMP_test.jl +++ b/examples/robustgeomprog/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_tols = (default_tol_relax = 100,) diff --git a/examples/runexamplestests.jl b/examples/runexamplestests.jl index 48d6e5ed6..c16783fb8 100644 --- a/examples/runexamplestests.jl +++ b/examples/runexamplestests.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/semidefinitepoly/JuMP.jl b/examples/semidefinitepoly/JuMP.jl index 30c51bbb8..c5ffe7422 100644 --- a/examples/semidefinitepoly/JuMP.jl +++ b/examples/semidefinitepoly/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/semidefinitepoly/JuMP_test.jl b/examples/semidefinitepoly/JuMP_test.jl index 905695d5a..361c749b1 100644 --- a/examples/semidefinitepoly/JuMP_test.jl +++ b/examples/semidefinitepoly/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_tols = (default_tol_relax = 1000,) diff --git a/examples/semidefinitepoly/data.jl b/examples/semidefinitepoly/data.jl index aa7fe0c1b..a0fe3a011 100644 --- a/examples/semidefinitepoly/data.jl +++ b/examples/semidefinitepoly/data.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/shapeconregr/JuMP.jl b/examples/shapeconregr/JuMP.jl index 935cad60f..c290ae042 100644 --- a/examples/shapeconregr/JuMP.jl +++ b/examples/shapeconregr/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/shapeconregr/JuMP_benchmark.jl b/examples/shapeconregr/JuMP_benchmark.jl index 135db382a..6110f8e22 100644 --- a/examples/shapeconregr/JuMP_benchmark.jl +++ b/examples/shapeconregr/JuMP_benchmark.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# shapeconregr_n_ds = [ diff --git a/examples/shapeconregr/JuMP_test.jl b/examples/shapeconregr/JuMP_test.jl index 4791ad816..10117c45a 100644 --- a/examples/shapeconregr/JuMP_test.jl +++ b/examples/shapeconregr/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_tols = (default_tol_relax = 1000,) diff --git a/examples/shapeconregr/data/process.jl b/examples/shapeconregr/data/process.jl index cbb46f690..c73822d4a 100644 --- a/examples/shapeconregr/data/process.jl +++ b/examples/shapeconregr/data/process.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/signomialmin/JuMP.jl b/examples/signomialmin/JuMP.jl index d5f9e2ef0..92d3584e2 100644 --- a/examples/signomialmin/JuMP.jl +++ b/examples/signomialmin/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/signomialmin/JuMP_test.jl b/examples/signomialmin/JuMP_test.jl index 288d58370..36aa3ed21 100644 --- a/examples/signomialmin/JuMP_test.jl +++ b/examples/signomialmin/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_tols = (default_tol_relax = 100,) diff --git a/examples/signomialmin/data.jl b/examples/signomialmin/data.jl index 2cda0753a..ce9301b39 100644 --- a/examples/signomialmin/data.jl +++ b/examples/signomialmin/data.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/sparselmi/JuMP.jl b/examples/sparselmi/JuMP.jl index fae29075e..11b27bce9 100644 --- a/examples/sparselmi/JuMP.jl +++ b/examples/sparselmi/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/sparselmi/JuMP_test.jl b/examples/sparselmi/JuMP_test.jl index 948e631ed..0a51bb163 100644 --- a/examples/sparselmi/JuMP_test.jl +++ b/examples/sparselmi/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/sparsepca/native.jl b/examples/sparsepca/native.jl index 93edea709..ce7cc635f 100644 --- a/examples/sparsepca/native.jl +++ b/examples/sparsepca/native.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/sparsepca/native_test.jl b/examples/sparsepca/native_test.jl index 6d7a3c7e1..96cb8a57e 100644 --- a/examples/sparsepca/native_test.jl +++ b/examples/sparsepca/native_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# insts = OrderedDict() diff --git a/examples/spectral_functions_JuMP.jl b/examples/spectral_functions_JuMP.jl index 5c85bf5ae..78ce4dd6b 100644 --- a/examples/spectral_functions_JuMP.jl +++ b/examples/spectral_functions_JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/stabilitynumber/JuMP.jl b/examples/stabilitynumber/JuMP.jl index 2ee42ffe6..a46888bb5 100644 --- a/examples/stabilitynumber/JuMP.jl +++ b/examples/stabilitynumber/JuMP.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/examples/stabilitynumber/JuMP_test.jl b/examples/stabilitynumber/JuMP_test.jl index e72f773de..5df4e35cc 100644 --- a/examples/stabilitynumber/JuMP_test.jl +++ b/examples/stabilitynumber/JuMP_test.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# relaxed_tols = (default_tol_relax = 100,) diff --git a/src/Cones/Cones.jl b/src/Cones/Cones.jl index d9676cbef..f9ae308a4 100644 --- a/src/Cones/Cones.jl +++ b/src/Cones/Cones.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/arrayutilities.jl b/src/Cones/arrayutilities.jl index c1241e596..e529c6af1 100644 --- a/src/Cones/arrayutilities.jl +++ b/src/Cones/arrayutilities.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Cones/doublynonnegativetri.jl b/src/Cones/doublynonnegativetri.jl index ee1919a04..5a0aa4aa4 100644 --- a/src/Cones/doublynonnegativetri.jl +++ b/src/Cones/doublynonnegativetri.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/epinormeucl.jl b/src/Cones/epinormeucl.jl index ab1be8162..d5f650802 100644 --- a/src/Cones/epinormeucl.jl +++ b/src/Cones/epinormeucl.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/epinorminf.jl b/src/Cones/epinorminf.jl index 782656dc2..02902b0f1 100644 --- a/src/Cones/epinorminf.jl +++ b/src/Cones/epinorminf.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/epinormspectral.jl b/src/Cones/epinormspectral.jl index edcfd1ebc..d7214f7a2 100644 --- a/src/Cones/epinormspectral.jl +++ b/src/Cones/epinormspectral.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/epinormspectraltri.jl b/src/Cones/epinormspectraltri.jl index 27b7405f2..8c33ebf62 100644 --- a/src/Cones/epinormspectraltri.jl +++ b/src/Cones/epinormspectraltri.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/epipersepspectral/epipersepspectral.jl b/src/Cones/epipersepspectral/epipersepspectral.jl index c896ec95f..6c58273ee 100644 --- a/src/Cones/epipersepspectral/epipersepspectral.jl +++ b/src/Cones/epipersepspectral/epipersepspectral.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/epipersepspectral/matrixcsqr.jl b/src/Cones/epipersepspectral/matrixcsqr.jl index 82e0d9af5..fac73e6e5 100644 --- a/src/Cones/epipersepspectral/matrixcsqr.jl +++ b/src/Cones/epipersepspectral/matrixcsqr.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/epipersepspectral/sepspectralfun.jl b/src/Cones/epipersepspectral/sepspectralfun.jl index e14976735..2b679486c 100644 --- a/src/Cones/epipersepspectral/sepspectralfun.jl +++ b/src/Cones/epipersepspectral/sepspectralfun.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Cones/epipersepspectral/vectorcsqr.jl b/src/Cones/epipersepspectral/vectorcsqr.jl index c6b8c5201..aa2836129 100644 --- a/src/Cones/epipersepspectral/vectorcsqr.jl +++ b/src/Cones/epipersepspectral/vectorcsqr.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/epipersquare.jl b/src/Cones/epipersquare.jl index 21552f9eb..8c3e8c510 100644 --- a/src/Cones/epipersquare.jl +++ b/src/Cones/epipersquare.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/epirelentropy.jl b/src/Cones/epirelentropy.jl index cc40e0ed3..abcdcac4e 100644 --- a/src/Cones/epirelentropy.jl +++ b/src/Cones/epirelentropy.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/epitrrelentropytri.jl b/src/Cones/epitrrelentropytri.jl index 6e576cc56..0284c9e48 100644 --- a/src/Cones/epitrrelentropytri.jl +++ b/src/Cones/epitrrelentropytri.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# # TODO add hess_prod, generalize for complex diff --git a/src/Cones/generalizedpower.jl b/src/Cones/generalizedpower.jl index 275fa246e..1b9eac3d9 100644 --- a/src/Cones/generalizedpower.jl +++ b/src/Cones/generalizedpower.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/hypogeomean.jl b/src/Cones/hypogeomean.jl index ce8add32d..147f73b73 100644 --- a/src/Cones/hypogeomean.jl +++ b/src/Cones/hypogeomean.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/hypoperlog.jl b/src/Cones/hypoperlog.jl index 200ef90e0..eecd561f6 100644 --- a/src/Cones/hypoperlog.jl +++ b/src/Cones/hypoperlog.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/hypoperlogdettri.jl b/src/Cones/hypoperlogdettri.jl index bd7b1ed28..bbdd32796 100644 --- a/src/Cones/hypoperlogdettri.jl +++ b/src/Cones/hypoperlogdettri.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/hypopowermean.jl b/src/Cones/hypopowermean.jl index 283c25ac7..5e9dbe246 100644 --- a/src/Cones/hypopowermean.jl +++ b/src/Cones/hypopowermean.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/hyporootdettri.jl b/src/Cones/hyporootdettri.jl index f6d590dbb..7651c0167 100644 --- a/src/Cones/hyporootdettri.jl +++ b/src/Cones/hyporootdettri.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/linmatrixineq.jl b/src/Cones/linmatrixineq.jl index 1a35dbae7..278bb3bc8 100644 --- a/src/Cones/linmatrixineq.jl +++ b/src/Cones/linmatrixineq.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/matrixepipersquare.jl b/src/Cones/matrixepipersquare.jl index f4e697f2c..9ca9dfc89 100644 --- a/src/Cones/matrixepipersquare.jl +++ b/src/Cones/matrixepipersquare.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/nonnegative.jl b/src/Cones/nonnegative.jl index 4f40c83ea..d824e636a 100644 --- a/src/Cones/nonnegative.jl +++ b/src/Cones/nonnegative.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/possemideftri.jl b/src/Cones/possemideftri.jl index b14c17ad5..6e00e3cb0 100644 --- a/src/Cones/possemideftri.jl +++ b/src/Cones/possemideftri.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/possemideftrisparse/cholmodimpl.jl b/src/Cones/possemideftrisparse/cholmodimpl.jl index fe738f929..b653bb440 100644 --- a/src/Cones/possemideftrisparse/cholmodimpl.jl +++ b/src/Cones/possemideftrisparse/cholmodimpl.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Cones/possemideftrisparse/denseimpl.jl b/src/Cones/possemideftrisparse/denseimpl.jl index b260c5878..93656c25c 100644 --- a/src/Cones/possemideftrisparse/denseimpl.jl +++ b/src/Cones/possemideftrisparse/denseimpl.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/possemideftrisparse/possemideftrisparse.jl b/src/Cones/possemideftrisparse/possemideftrisparse.jl index d678c11e3..b0d707b00 100644 --- a/src/Cones/possemideftrisparse/possemideftrisparse.jl +++ b/src/Cones/possemideftrisparse/possemideftrisparse.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/wsosinterpepinormeucl.jl b/src/Cones/wsosinterpepinormeucl.jl index 8ee67e9d4..87bbbc927 100644 --- a/src/Cones/wsosinterpepinormeucl.jl +++ b/src/Cones/wsosinterpepinormeucl.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/wsosinterpepinormone.jl b/src/Cones/wsosinterpepinormone.jl index 6d4f9ac6f..2721ce90c 100644 --- a/src/Cones/wsosinterpepinormone.jl +++ b/src/Cones/wsosinterpepinormone.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/wsosinterpnonnegative.jl b/src/Cones/wsosinterpnonnegative.jl index c00dad95c..d497fe239 100644 --- a/src/Cones/wsosinterpnonnegative.jl +++ b/src/Cones/wsosinterpnonnegative.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Cones/wsosinterppossemideftri.jl b/src/Cones/wsosinterppossemideftri.jl index d4d06acac..c5d83c3d0 100644 --- a/src/Cones/wsosinterppossemideftri.jl +++ b/src/Cones/wsosinterppossemideftri.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Hypatia.jl b/src/Hypatia.jl index c3c43c93c..3b3f55d91 100644 --- a/src/Hypatia.jl +++ b/src/Hypatia.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/MathOptInterface/cones.jl b/src/MathOptInterface/cones.jl index 65e544a9b..8220cfc7b 100644 --- a/src/MathOptInterface/cones.jl +++ b/src/MathOptInterface/cones.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/MathOptInterface/transform.jl b/src/MathOptInterface/transform.jl index ef3df5977..52c52459b 100644 --- a/src/MathOptInterface/transform.jl +++ b/src/MathOptInterface/transform.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# # transformations fallbacks diff --git a/src/MathOptInterface/wrapper.jl b/src/MathOptInterface/wrapper.jl index 709ca7c76..751f5b3cc 100644 --- a/src/MathOptInterface/wrapper.jl +++ b/src/MathOptInterface/wrapper.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Models/Models.jl b/src/Models/Models.jl index 0f6db9c8b..8d7705ce3 100644 --- a/src/Models/Models.jl +++ b/src/Models/Models.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/PolyUtils/PolyUtils.jl b/src/PolyUtils/PolyUtils.jl index 4276262d0..d964a4108 100644 --- a/src/PolyUtils/PolyUtils.jl +++ b/src/PolyUtils/PolyUtils.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/PolyUtils/complex.jl b/src/PolyUtils/complex.jl index 5ca3c744e..1493c54dd 100644 --- a/src/PolyUtils/complex.jl +++ b/src/PolyUtils/complex.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/PolyUtils/realdomains.jl b/src/PolyUtils/realdomains.jl index 24c5e8dbb..b83bd492f 100644 --- a/src/PolyUtils/realdomains.jl +++ b/src/PolyUtils/realdomains.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/PolyUtils/realinterp.jl b/src/PolyUtils/realinterp.jl index f037497bf..82a85a30c 100644 --- a/src/PolyUtils/realinterp.jl +++ b/src/PolyUtils/realinterp.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Solvers/Solvers.jl b/src/Solvers/Solvers.jl index 88c221a4c..9c125994b 100644 --- a/src/Solvers/Solvers.jl +++ b/src/Solvers/Solvers.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# """ diff --git a/src/Solvers/point.jl b/src/Solvers/point.jl index 9cc12f176..24ef1527b 100644 --- a/src/Solvers/point.jl +++ b/src/Solvers/point.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Solvers/process.jl b/src/Solvers/process.jl index 2f0d021ef..c99a6d569 100644 --- a/src/Solvers/process.jl +++ b/src/Solvers/process.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Solvers/search.jl b/src/Solvers/search.jl index 218825d51..768072a5a 100644 --- a/src/Solvers/search.jl +++ b/src/Solvers/search.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Solvers/steppers/combined.jl b/src/Solvers/steppers/combined.jl index 64b173fa8..a77518554 100644 --- a/src/Solvers/steppers/combined.jl +++ b/src/Solvers/steppers/combined.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Solvers/steppers/common.jl b/src/Solvers/steppers/common.jl index 394728329..1d5fbcfa2 100644 --- a/src/Solvers/steppers/common.jl +++ b/src/Solvers/steppers/common.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Solvers/steppers/predorcent.jl b/src/Solvers/steppers/predorcent.jl index de8b02b8c..0f34d9826 100644 --- a/src/Solvers/steppers/predorcent.jl +++ b/src/Solvers/steppers/predorcent.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Solvers/systemsolvers/common.jl b/src/Solvers/systemsolvers/common.jl index 3eab3fd76..9c5b34dab 100644 --- a/src/Solvers/systemsolvers/common.jl +++ b/src/Solvers/systemsolvers/common.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Solvers/systemsolvers/naive.jl b/src/Solvers/systemsolvers/naive.jl index 95fafe026..3dcafb265 100644 --- a/src/Solvers/systemsolvers/naive.jl +++ b/src/Solvers/systemsolvers/naive.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Solvers/systemsolvers/naiveelim.jl b/src/Solvers/systemsolvers/naiveelim.jl index c6cc42a8b..829fc2c04 100644 --- a/src/Solvers/systemsolvers/naiveelim.jl +++ b/src/Solvers/systemsolvers/naiveelim.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Solvers/systemsolvers/qrchol.jl b/src/Solvers/systemsolvers/qrchol.jl index 166e1a7d8..483a12f3e 100644 --- a/src/Solvers/systemsolvers/qrchol.jl +++ b/src/Solvers/systemsolvers/qrchol.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/Solvers/systemsolvers/symindef.jl b/src/Solvers/systemsolvers/symindef.jl index 3b655f6d0..f031fddbc 100644 --- a/src/Solvers/systemsolvers/symindef.jl +++ b/src/Solvers/systemsolvers/symindef.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/linearalgebra/HSL.jl b/src/linearalgebra/HSL.jl index 6977a6b2a..2897b31d9 100644 --- a/src/linearalgebra/HSL.jl +++ b/src/linearalgebra/HSL.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/linearalgebra/Pardiso.jl b/src/linearalgebra/Pardiso.jl index 16bea3778..1eb06666b 100644 --- a/src/linearalgebra/Pardiso.jl +++ b/src/linearalgebra/Pardiso.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/linearalgebra/dense.jl b/src/linearalgebra/dense.jl index f75f6dc7f..494ad3e76 100644 --- a/src/linearalgebra/dense.jl +++ b/src/linearalgebra/dense.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/src/linearalgebra/sparse.jl b/src/linearalgebra/sparse.jl index e221eed19..b46a8331c 100644 --- a/src/linearalgebra/sparse.jl +++ b/src/linearalgebra/sparse.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/test/cone.jl b/test/cone.jl index 1c816a6cc..433f1ac67 100644 --- a/test/cone.jl +++ b/test/cone.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/test/moicones.jl b/test/moicones.jl index 55e797c1e..c7696d450 100644 --- a/test/moicones.jl +++ b/test/moicones.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/test/nativeinstances.jl b/test/nativeinstances.jl index 8969a359c..249b275b8 100644 --- a/test/nativeinstances.jl +++ b/test/nativeinstances.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/test/nativesets.jl b/test/nativesets.jl index b05129adb..e5218307d 100644 --- a/test/nativesets.jl +++ b/test/nativesets.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/test/polyutils.jl b/test/polyutils.jl index ec31969e4..357cef295 100644 --- a/test/polyutils.jl +++ b/test/polyutils.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/test/runconetests.jl b/test/runconetests.jl index 267e702a0..702bdcbe7 100644 --- a/test/runconetests.jl +++ b/test/runconetests.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/test/runhsltests.jl b/test/runhsltests.jl index 22a399e52..3edbeb1d6 100644 --- a/test/runhsltests.jl +++ b/test/runhsltests.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/test/runmoitests.jl b/test/runmoitests.jl index 108c82f72..04caffbfb 100644 --- a/test/runmoitests.jl +++ b/test/runmoitests.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/test/runnativetests.jl b/test/runnativetests.jl index 29c33645e..a437de8eb 100644 --- a/test/runnativetests.jl +++ b/test/runnativetests.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/test/runpardisotests.jl b/test/runpardisotests.jl index 72a214f16..538065b9d 100644 --- a/test/runpardisotests.jl +++ b/test/runpardisotests.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/test/runpolyutilstests.jl b/test/runpolyutilstests.jl index a7f9ddb7b..f8a1adbd6 100644 --- a/test/runpolyutilstests.jl +++ b/test/runpolyutilstests.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #= diff --git a/test/runtests.jl b/test/runtests.jl index cf0136601..bbf5869a4 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -2,7 +2,7 @@ Copyright (c) 2018-2022 Chris Coey, Lea Kapelevich, and contributors This Julia package Hypatia.jl is released under the MIT license; see LICENSE -file in the root directory or at https://github.com/chriscoey/Hypatia.jl +file in the root directory or at https://github.com/jump-dev/Hypatia.jl =# #=