diff --git a/app/RunHighs.cpp b/app/RunHighs.cpp index 4b6842afb0..8813755b4c 100644 --- a/app/RunHighs.cpp +++ b/app/RunHighs.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/docs/HiGHS_CopyrightHeader.pl b/docs/HiGHS_CopyrightHeader.pl index 27f9e1a67f..2d63389d7d 100755 --- a/docs/HiGHS_CopyrightHeader.pl +++ b/docs/HiGHS_CopyrightHeader.pl @@ -5,8 +5,6 @@ $CopyrightHeaderLine0 = "/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */"; $CopyrightHeaderLine1 = "/* */"; $CopyrightHeaderLine2 = "/* This file is part of the HiGHS linear optimization suite */"; -$CopyrightHeaderLine3 = "/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */"; -$CopyrightHeaderLine4 = "/* Leona Gottwald and Michael Feldmeier */"; $CopyrightHeaderLine5 = "/* Available as open-source under the MIT License */"; $RemoveCopyrightHeader = 0; while(<>) { @@ -30,9 +28,6 @@ print(outfile "$CopyrightHeaderLine1\n"); print(outfile "$CopyrightHeaderLine2\n"); print(outfile "$CopyrightHeaderLine1\n"); - print(outfile "$CopyrightHeaderLine3\n"); - print(outfile "$CopyrightHeaderLine4\n"); - print(outfile "$CopyrightHeaderLine1\n"); print(outfile "$CopyrightHeaderLine5\n"); print(outfile "$CopyrightHeaderLine1\n"); print(outfile "$CopyrightHeaderLine0\n"); diff --git a/docs/HiGHS_CopyrightHeaderUpdateAll b/docs/HiGHS_CopyrightHeaderUpdateAll index 1467e232fe..0b1edbcd9d 100755 --- a/docs/HiGHS_CopyrightHeaderUpdateAll +++ b/docs/HiGHS_CopyrightHeaderUpdateAll @@ -10,6 +10,8 @@ ./HiGHS_CopyrightHeader.pl ../src/mip/*.h ./HiGHS_CopyrightHeader.pl ../src/lp_data/*.h ./HiGHS_CopyrightHeader.pl ../src/lp_data/*.cpp +./HiGHS_CopyrightHeader.pl ../src/pdlp/*.cpp +./HiGHS_CopyrightHeader.pl ../src/pdlp/*.h ./HiGHS_CopyrightHeader.pl ../src/presolve/*.cpp ./HiGHS_CopyrightHeader.pl ../src/presolve/*.h ./HiGHS_CopyrightHeader.pl ../src/simplex/*.h diff --git a/src/Highs.h b/src/Highs.h index 70d800a5de..6759529bd4 100644 --- a/src/Highs.h +++ b/src/Highs.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/interfaces/highs_c_api.cpp b/src/interfaces/highs_c_api.cpp index 3c464796e2..af354daf02 100644 --- a/src/interfaces/highs_c_api.cpp +++ b/src/interfaces/highs_c_api.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/interfaces/highs_c_api.h b/src/interfaces/highs_c_api.h index 0feb39bf35..89f6fa4f79 100644 --- a/src/interfaces/highs_c_api.h +++ b/src/interfaces/highs_c_api.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/Filereader.cpp b/src/io/Filereader.cpp index 2106fe54ce..5bb2c87028 100644 --- a/src/io/Filereader.cpp +++ b/src/io/Filereader.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/Filereader.h b/src/io/Filereader.h index e71b8a3d08..ea929eccf7 100644 --- a/src/io/Filereader.h +++ b/src/io/Filereader.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/FilereaderEms.cpp b/src/io/FilereaderEms.cpp index 3bfe669980..e867f5a3c5 100644 --- a/src/io/FilereaderEms.cpp +++ b/src/io/FilereaderEms.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/FilereaderEms.h b/src/io/FilereaderEms.h index 6d674f74fc..87c5be2cf4 100644 --- a/src/io/FilereaderEms.h +++ b/src/io/FilereaderEms.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/FilereaderLp.cpp b/src/io/FilereaderLp.cpp index 8a9e0ba988..b4dd3760dd 100644 --- a/src/io/FilereaderLp.cpp +++ b/src/io/FilereaderLp.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/FilereaderLp.h b/src/io/FilereaderLp.h index 6155d68ae4..04c84f5390 100644 --- a/src/io/FilereaderLp.h +++ b/src/io/FilereaderLp.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/FilereaderMps.cpp b/src/io/FilereaderMps.cpp index b1da7d627e..f13910a9f0 100644 --- a/src/io/FilereaderMps.cpp +++ b/src/io/FilereaderMps.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/FilereaderMps.h b/src/io/FilereaderMps.h index 8ae7f20162..08b0c5d8c4 100644 --- a/src/io/FilereaderMps.h +++ b/src/io/FilereaderMps.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/HMPSIO.cpp b/src/io/HMPSIO.cpp index 014f5716b1..02d2c0c61f 100644 --- a/src/io/HMPSIO.cpp +++ b/src/io/HMPSIO.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/HMPSIO.h b/src/io/HMPSIO.h index 8bd8d3c42f..021d9a3525 100644 --- a/src/io/HMPSIO.h +++ b/src/io/HMPSIO.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/HMpsFF.cpp b/src/io/HMpsFF.cpp index 6a71dbd10e..80bf0b897b 100644 --- a/src/io/HMpsFF.cpp +++ b/src/io/HMpsFF.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/HMpsFF.h b/src/io/HMpsFF.h index 2426273ec2..e527288e61 100644 --- a/src/io/HMpsFF.h +++ b/src/io/HMpsFF.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/HighsIO.cpp b/src/io/HighsIO.cpp index c1e8ad4195..96c9904954 100644 --- a/src/io/HighsIO.cpp +++ b/src/io/HighsIO.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/HighsIO.h b/src/io/HighsIO.h index 689dc1ce5b..696d364999 100644 --- a/src/io/HighsIO.h +++ b/src/io/HighsIO.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/LoadOptions.cpp b/src/io/LoadOptions.cpp index 249a2a9909..fe22d71f71 100644 --- a/src/io/LoadOptions.cpp +++ b/src/io/LoadOptions.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/io/LoadOptions.h b/src/io/LoadOptions.h index fa46ee3157..bce868bc4f 100644 --- a/src/io/LoadOptions.h +++ b/src/io/LoadOptions.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/ipm/IpxSolution.h b/src/ipm/IpxSolution.h index 4b1c178670..3a5eb919a8 100644 --- a/src/ipm/IpxSolution.h +++ b/src/ipm/IpxSolution.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/ipm/IpxWrapper.cpp b/src/ipm/IpxWrapper.cpp index eae2aff189..ccd7e4b3dd 100644 --- a/src/ipm/IpxWrapper.cpp +++ b/src/ipm/IpxWrapper.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/ipm/IpxWrapper.h b/src/ipm/IpxWrapper.h index 660165d82d..28a46fe202 100644 --- a/src/ipm/IpxWrapper.h +++ b/src/ipm/IpxWrapper.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HConst.h b/src/lp_data/HConst.h index 5e6a9d67fc..178c84332a 100644 --- a/src/lp_data/HConst.h +++ b/src/lp_data/HConst.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ @@ -21,7 +18,7 @@ #include "util/HighsInt.h" const std::string kHighsCopyrightStatement = - "Copyright (c) 2024 HiGHS under MIT licence terms"; + "Copyright (c) 2025 HiGHS under MIT licence terms"; const size_t kHighsSize_tInf = std::numeric_limits::max(); const HighsInt kHighsIInf = std::numeric_limits::max(); diff --git a/src/lp_data/HStruct.h b/src/lp_data/HStruct.h index 35a0b0ee42..77b9e6e11b 100644 --- a/src/lp_data/HStruct.h +++ b/src/lp_data/HStruct.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/Highs.cpp b/src/lp_data/Highs.cpp index 6352a68a09..1006ce43a0 100644 --- a/src/lp_data/Highs.cpp +++ b/src/lp_data/Highs.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsAnalysis.h b/src/lp_data/HighsAnalysis.h index 30930411ba..7b8a6725ad 100644 --- a/src/lp_data/HighsAnalysis.h +++ b/src/lp_data/HighsAnalysis.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsCallback.cpp b/src/lp_data/HighsCallback.cpp index 962c4f355a..99e148aa51 100644 --- a/src/lp_data/HighsCallback.cpp +++ b/src/lp_data/HighsCallback.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsCallback.h b/src/lp_data/HighsCallback.h index cc98c5a0c0..73d53f3926 100644 --- a/src/lp_data/HighsCallback.h +++ b/src/lp_data/HighsCallback.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsCallbackStruct.h b/src/lp_data/HighsCallbackStruct.h index a5f7140834..342193f4a5 100644 --- a/src/lp_data/HighsCallbackStruct.h +++ b/src/lp_data/HighsCallbackStruct.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsDebug.cpp b/src/lp_data/HighsDebug.cpp index b27fe045bd..a5181d6f63 100644 --- a/src/lp_data/HighsDebug.cpp +++ b/src/lp_data/HighsDebug.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsDebug.h b/src/lp_data/HighsDebug.h index 435db59dd2..573866e460 100644 --- a/src/lp_data/HighsDebug.h +++ b/src/lp_data/HighsDebug.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsDeprecated.cpp b/src/lp_data/HighsDeprecated.cpp index 8c70339c35..13a7e22516 100644 --- a/src/lp_data/HighsDeprecated.cpp +++ b/src/lp_data/HighsDeprecated.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsIis.cpp b/src/lp_data/HighsIis.cpp index 06dffcabb2..282e58640e 100644 --- a/src/lp_data/HighsIis.cpp +++ b/src/lp_data/HighsIis.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsIis.h b/src/lp_data/HighsIis.h index cb01ea3500..3379cdda4f 100644 --- a/src/lp_data/HighsIis.h +++ b/src/lp_data/HighsIis.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsInfo.cpp b/src/lp_data/HighsInfo.cpp index 2792f64550..2d61a84ca2 100644 --- a/src/lp_data/HighsInfo.cpp +++ b/src/lp_data/HighsInfo.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsInfo.h b/src/lp_data/HighsInfo.h index 3292b8281e..0084782e59 100644 --- a/src/lp_data/HighsInfo.h +++ b/src/lp_data/HighsInfo.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsInfoDebug.cpp b/src/lp_data/HighsInfoDebug.cpp index be90937ef2..56513de1df 100644 --- a/src/lp_data/HighsInfoDebug.cpp +++ b/src/lp_data/HighsInfoDebug.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsInfoDebug.h b/src/lp_data/HighsInfoDebug.h index b1aba26d46..24e2c7b7ce 100644 --- a/src/lp_data/HighsInfoDebug.h +++ b/src/lp_data/HighsInfoDebug.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsInterface.cpp b/src/lp_data/HighsInterface.cpp index 1c7ad16b9f..5e030dfc59 100644 --- a/src/lp_data/HighsInterface.cpp +++ b/src/lp_data/HighsInterface.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsLp.cpp b/src/lp_data/HighsLp.cpp index 842755a546..5f6f1122bc 100644 --- a/src/lp_data/HighsLp.cpp +++ b/src/lp_data/HighsLp.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsLp.h b/src/lp_data/HighsLp.h index fc337211c7..dab9ba7e97 100644 --- a/src/lp_data/HighsLp.h +++ b/src/lp_data/HighsLp.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsLpSolverObject.h b/src/lp_data/HighsLpSolverObject.h index 895922487a..893c890528 100644 --- a/src/lp_data/HighsLpSolverObject.h +++ b/src/lp_data/HighsLpSolverObject.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsLpUtils.cpp b/src/lp_data/HighsLpUtils.cpp index af8c39c822..253d8a26f6 100644 --- a/src/lp_data/HighsLpUtils.cpp +++ b/src/lp_data/HighsLpUtils.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsLpUtils.h b/src/lp_data/HighsLpUtils.h index 062efa44d6..c6cff7a8bb 100644 --- a/src/lp_data/HighsLpUtils.h +++ b/src/lp_data/HighsLpUtils.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsModelUtils.cpp b/src/lp_data/HighsModelUtils.cpp index 8fb610a2e1..43e70b0996 100644 --- a/src/lp_data/HighsModelUtils.cpp +++ b/src/lp_data/HighsModelUtils.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsModelUtils.h b/src/lp_data/HighsModelUtils.h index 110e668f5a..9463fdcb53 100644 --- a/src/lp_data/HighsModelUtils.h +++ b/src/lp_data/HighsModelUtils.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsOptions.cpp b/src/lp_data/HighsOptions.cpp index a406911e8e..29ddd37629 100644 --- a/src/lp_data/HighsOptions.cpp +++ b/src/lp_data/HighsOptions.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsOptions.h b/src/lp_data/HighsOptions.h index 82424a0adc..eb315b8bcd 100644 --- a/src/lp_data/HighsOptions.h +++ b/src/lp_data/HighsOptions.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsRanging.cpp b/src/lp_data/HighsRanging.cpp index 901f3f39c5..5a0a4bc420 100644 --- a/src/lp_data/HighsRanging.cpp +++ b/src/lp_data/HighsRanging.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsRanging.h b/src/lp_data/HighsRanging.h index 10d3930598..11f399e393 100644 --- a/src/lp_data/HighsRanging.h +++ b/src/lp_data/HighsRanging.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsSolution.cpp b/src/lp_data/HighsSolution.cpp index f07529cc21..5375a3b6b9 100644 --- a/src/lp_data/HighsSolution.cpp +++ b/src/lp_data/HighsSolution.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsSolution.h b/src/lp_data/HighsSolution.h index 0f92c322eb..4bf396bb42 100644 --- a/src/lp_data/HighsSolution.h +++ b/src/lp_data/HighsSolution.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsSolutionDebug.cpp b/src/lp_data/HighsSolutionDebug.cpp index 818c94c1bf..33877a0a55 100644 --- a/src/lp_data/HighsSolutionDebug.cpp +++ b/src/lp_data/HighsSolutionDebug.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsSolutionDebug.h b/src/lp_data/HighsSolutionDebug.h index 1f30a0bf2e..55a894776a 100644 --- a/src/lp_data/HighsSolutionDebug.h +++ b/src/lp_data/HighsSolutionDebug.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsSolve.cpp b/src/lp_data/HighsSolve.cpp index 118b92c54a..1062b35e5f 100644 --- a/src/lp_data/HighsSolve.cpp +++ b/src/lp_data/HighsSolve.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsSolve.h b/src/lp_data/HighsSolve.h index 3bc1170249..e122d1f372 100644 --- a/src/lp_data/HighsSolve.h +++ b/src/lp_data/HighsSolve.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsStatus.cpp b/src/lp_data/HighsStatus.cpp index 1f8644978f..82b587d374 100644 --- a/src/lp_data/HighsStatus.cpp +++ b/src/lp_data/HighsStatus.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/lp_data/HighsStatus.h b/src/lp_data/HighsStatus.h index 7cfc0b9d32..44d6b808d4 100644 --- a/src/lp_data/HighsStatus.h +++ b/src/lp_data/HighsStatus.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsCliqueTable.cpp b/src/mip/HighsCliqueTable.cpp index 54490e08e0..a037e1c711 100644 --- a/src/mip/HighsCliqueTable.cpp +++ b/src/mip/HighsCliqueTable.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsCliqueTable.h b/src/mip/HighsCliqueTable.h index 303dbbd46c..002852dd4b 100644 --- a/src/mip/HighsCliqueTable.h +++ b/src/mip/HighsCliqueTable.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsConflictPool.cpp b/src/mip/HighsConflictPool.cpp index 66721bd26e..7e1778eec9 100644 --- a/src/mip/HighsConflictPool.cpp +++ b/src/mip/HighsConflictPool.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsConflictPool.h b/src/mip/HighsConflictPool.h index c7c3078c11..9411824e3d 100644 --- a/src/mip/HighsConflictPool.h +++ b/src/mip/HighsConflictPool.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsCutGeneration.cpp b/src/mip/HighsCutGeneration.cpp index be210324a5..cefb63fc88 100644 --- a/src/mip/HighsCutGeneration.cpp +++ b/src/mip/HighsCutGeneration.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsCutGeneration.h b/src/mip/HighsCutGeneration.h index dc45924e6a..966b25d448 100644 --- a/src/mip/HighsCutGeneration.h +++ b/src/mip/HighsCutGeneration.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsCutPool.cpp b/src/mip/HighsCutPool.cpp index e9ccdca7b5..067c6bc7c2 100644 --- a/src/mip/HighsCutPool.cpp +++ b/src/mip/HighsCutPool.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsCutPool.h b/src/mip/HighsCutPool.h index 1bd97f552c..372aefe213 100644 --- a/src/mip/HighsCutPool.h +++ b/src/mip/HighsCutPool.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsDebugSol.cpp b/src/mip/HighsDebugSol.cpp index 2166058c62..db806efb2f 100644 --- a/src/mip/HighsDebugSol.cpp +++ b/src/mip/HighsDebugSol.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsDebugSol.h b/src/mip/HighsDebugSol.h index ddce632c45..a0a9c65dd8 100644 --- a/src/mip/HighsDebugSol.h +++ b/src/mip/HighsDebugSol.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsDomain.cpp b/src/mip/HighsDomain.cpp index 3e300d9dd3..5006f4b73f 100644 --- a/src/mip/HighsDomain.cpp +++ b/src/mip/HighsDomain.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsDomain.h b/src/mip/HighsDomain.h index 57ff4fe45c..f0dcb6c50e 100644 --- a/src/mip/HighsDomain.h +++ b/src/mip/HighsDomain.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsDomainChange.h b/src/mip/HighsDomainChange.h index 69efc87cde..6e84708b30 100644 --- a/src/mip/HighsDomainChange.h +++ b/src/mip/HighsDomainChange.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsDynamicRowMatrix.cpp b/src/mip/HighsDynamicRowMatrix.cpp index 3bbef0285c..f696f2e44d 100644 --- a/src/mip/HighsDynamicRowMatrix.cpp +++ b/src/mip/HighsDynamicRowMatrix.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsDynamicRowMatrix.h b/src/mip/HighsDynamicRowMatrix.h index a0aed341ef..aa3bb7b255 100644 --- a/src/mip/HighsDynamicRowMatrix.h +++ b/src/mip/HighsDynamicRowMatrix.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsGFkSolve.cpp b/src/mip/HighsGFkSolve.cpp index ee14bba189..36d5bcc5fe 100644 --- a/src/mip/HighsGFkSolve.cpp +++ b/src/mip/HighsGFkSolve.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsGFkSolve.h b/src/mip/HighsGFkSolve.h index d483d3bfda..35fa619ec4 100644 --- a/src/mip/HighsGFkSolve.h +++ b/src/mip/HighsGFkSolve.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsImplications.cpp b/src/mip/HighsImplications.cpp index eeba1e092d..a40ac8dddd 100644 --- a/src/mip/HighsImplications.cpp +++ b/src/mip/HighsImplications.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsImplications.h b/src/mip/HighsImplications.h index 33e04a87ac..3fc3e61de3 100644 --- a/src/mip/HighsImplications.h +++ b/src/mip/HighsImplications.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsLpAggregator.cpp b/src/mip/HighsLpAggregator.cpp index 432fa22220..97f51ee6ba 100644 --- a/src/mip/HighsLpAggregator.cpp +++ b/src/mip/HighsLpAggregator.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsLpAggregator.h b/src/mip/HighsLpAggregator.h index fc0485c51c..731351db12 100644 --- a/src/mip/HighsLpAggregator.h +++ b/src/mip/HighsLpAggregator.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsLpRelaxation.cpp b/src/mip/HighsLpRelaxation.cpp index 4288f99437..926a9616f8 100644 --- a/src/mip/HighsLpRelaxation.cpp +++ b/src/mip/HighsLpRelaxation.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsLpRelaxation.h b/src/mip/HighsLpRelaxation.h index 66fefcd061..121cc4aca7 100644 --- a/src/mip/HighsLpRelaxation.h +++ b/src/mip/HighsLpRelaxation.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsMipAnalysis.cpp b/src/mip/HighsMipAnalysis.cpp index 0c668649d7..cdd773960c 100644 --- a/src/mip/HighsMipAnalysis.cpp +++ b/src/mip/HighsMipAnalysis.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsMipAnalysis.h b/src/mip/HighsMipAnalysis.h index 3a67d5e1eb..9b6a098dc7 100644 --- a/src/mip/HighsMipAnalysis.h +++ b/src/mip/HighsMipAnalysis.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsMipSolver.cpp b/src/mip/HighsMipSolver.cpp index 2b5b93e6e6..4830bd932d 100644 --- a/src/mip/HighsMipSolver.cpp +++ b/src/mip/HighsMipSolver.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsMipSolver.h b/src/mip/HighsMipSolver.h index 0a1eaae0ca..2517b09a85 100644 --- a/src/mip/HighsMipSolver.h +++ b/src/mip/HighsMipSolver.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsMipSolverData.cpp b/src/mip/HighsMipSolverData.cpp index 9130f335db..eb5f919e57 100644 --- a/src/mip/HighsMipSolverData.cpp +++ b/src/mip/HighsMipSolverData.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsMipSolverData.h b/src/mip/HighsMipSolverData.h index 38693bf361..080016b9a9 100644 --- a/src/mip/HighsMipSolverData.h +++ b/src/mip/HighsMipSolverData.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsModkSeparator.cpp b/src/mip/HighsModkSeparator.cpp index 96be0c732a..0f638f2552 100644 --- a/src/mip/HighsModkSeparator.cpp +++ b/src/mip/HighsModkSeparator.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsModkSeparator.h b/src/mip/HighsModkSeparator.h index 8e6eb88bac..203e59bf13 100644 --- a/src/mip/HighsModkSeparator.h +++ b/src/mip/HighsModkSeparator.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsNodeQueue.cpp b/src/mip/HighsNodeQueue.cpp index 2f2bea0346..894d7196b8 100644 --- a/src/mip/HighsNodeQueue.cpp +++ b/src/mip/HighsNodeQueue.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsNodeQueue.h b/src/mip/HighsNodeQueue.h index 8dd3e4a86d..72ab23ea18 100644 --- a/src/mip/HighsNodeQueue.h +++ b/src/mip/HighsNodeQueue.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsObjectiveFunction.cpp b/src/mip/HighsObjectiveFunction.cpp index 09c288cb3c..3312ff1a08 100644 --- a/src/mip/HighsObjectiveFunction.cpp +++ b/src/mip/HighsObjectiveFunction.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsObjectiveFunction.h b/src/mip/HighsObjectiveFunction.h index 7ba61c6d07..0598146e32 100644 --- a/src/mip/HighsObjectiveFunction.h +++ b/src/mip/HighsObjectiveFunction.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsPathSeparator.cpp b/src/mip/HighsPathSeparator.cpp index 4bbc0e94f8..f3b6df3062 100644 --- a/src/mip/HighsPathSeparator.cpp +++ b/src/mip/HighsPathSeparator.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsPathSeparator.h b/src/mip/HighsPathSeparator.h index 5d2c9947fe..8cb13c6138 100644 --- a/src/mip/HighsPathSeparator.h +++ b/src/mip/HighsPathSeparator.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsPrimalHeuristics.cpp b/src/mip/HighsPrimalHeuristics.cpp index 1c4aff5daf..43e34bae6f 100644 --- a/src/mip/HighsPrimalHeuristics.cpp +++ b/src/mip/HighsPrimalHeuristics.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsPrimalHeuristics.h b/src/mip/HighsPrimalHeuristics.h index 87d404ec72..6c2c5021bd 100644 --- a/src/mip/HighsPrimalHeuristics.h +++ b/src/mip/HighsPrimalHeuristics.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsPseudocost.cpp b/src/mip/HighsPseudocost.cpp index b72c3ff5f3..a702eed242 100644 --- a/src/mip/HighsPseudocost.cpp +++ b/src/mip/HighsPseudocost.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsPseudocost.h b/src/mip/HighsPseudocost.h index 9d7a70b35c..dc54596984 100644 --- a/src/mip/HighsPseudocost.h +++ b/src/mip/HighsPseudocost.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsRedcostFixing.cpp b/src/mip/HighsRedcostFixing.cpp index 14cdcfc62a..3da72c6d8d 100644 --- a/src/mip/HighsRedcostFixing.cpp +++ b/src/mip/HighsRedcostFixing.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsRedcostFixing.h b/src/mip/HighsRedcostFixing.h index f0b9686054..a8eb97e23f 100644 --- a/src/mip/HighsRedcostFixing.h +++ b/src/mip/HighsRedcostFixing.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsSearch.cpp b/src/mip/HighsSearch.cpp index fe32e772a9..3b5497fe5a 100644 --- a/src/mip/HighsSearch.cpp +++ b/src/mip/HighsSearch.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsSearch.h b/src/mip/HighsSearch.h index c9c665e21a..50bf0d25bc 100644 --- a/src/mip/HighsSearch.h +++ b/src/mip/HighsSearch.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsSeparation.cpp b/src/mip/HighsSeparation.cpp index 29bd860355..cb5dda1ce5 100644 --- a/src/mip/HighsSeparation.cpp +++ b/src/mip/HighsSeparation.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsSeparation.h b/src/mip/HighsSeparation.h index fa0c8e842e..ea09959b61 100644 --- a/src/mip/HighsSeparation.h +++ b/src/mip/HighsSeparation.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsSeparator.cpp b/src/mip/HighsSeparator.cpp index 4ced13e54e..dd74466d96 100644 --- a/src/mip/HighsSeparator.cpp +++ b/src/mip/HighsSeparator.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsSeparator.h b/src/mip/HighsSeparator.h index b9a91dca42..6a7c1eaf0e 100644 --- a/src/mip/HighsSeparator.h +++ b/src/mip/HighsSeparator.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsTableauSeparator.cpp b/src/mip/HighsTableauSeparator.cpp index 4937f0148b..d67d1f25c1 100644 --- a/src/mip/HighsTableauSeparator.cpp +++ b/src/mip/HighsTableauSeparator.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsTableauSeparator.h b/src/mip/HighsTableauSeparator.h index c5e042892f..56bb46189e 100644 --- a/src/mip/HighsTableauSeparator.h +++ b/src/mip/HighsTableauSeparator.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsTransformedLp.cpp b/src/mip/HighsTransformedLp.cpp index a11e25c3e9..7960290227 100644 --- a/src/mip/HighsTransformedLp.cpp +++ b/src/mip/HighsTransformedLp.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/HighsTransformedLp.h b/src/mip/HighsTransformedLp.h index f43de55171..5c3d2d01db 100644 --- a/src/mip/HighsTransformedLp.h +++ b/src/mip/HighsTransformedLp.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/mip/MipTimer.h b/src/mip/MipTimer.h index bc6534cd93..bb113ad7aa 100644 --- a/src/mip/MipTimer.h +++ b/src/mip/MipTimer.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/pdlp/CupdlpWrapper.cpp b/src/pdlp/CupdlpWrapper.cpp index 31fa31e1e8..4089f4511f 100644 --- a/src/pdlp/CupdlpWrapper.cpp +++ b/src/pdlp/CupdlpWrapper.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/pdlp/CupdlpWrapper.h b/src/pdlp/CupdlpWrapper.h index 04444ccb7e..4b9a77a521 100644 --- a/src/pdlp/CupdlpWrapper.h +++ b/src/pdlp/CupdlpWrapper.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/HPresolve.cpp b/src/presolve/HPresolve.cpp index 8b5bdcc14a..d7977a0ebb 100644 --- a/src/presolve/HPresolve.cpp +++ b/src/presolve/HPresolve.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/HPresolve.h b/src/presolve/HPresolve.h index b61ae687a3..a64bbf07fb 100644 --- a/src/presolve/HPresolve.h +++ b/src/presolve/HPresolve.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/HPresolveAnalysis.cpp b/src/presolve/HPresolveAnalysis.cpp index 8812e41400..c20c3589cd 100644 --- a/src/presolve/HPresolveAnalysis.cpp +++ b/src/presolve/HPresolveAnalysis.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/HPresolveAnalysis.h b/src/presolve/HPresolveAnalysis.h index 9857ce1249..3c40710c2d 100644 --- a/src/presolve/HPresolveAnalysis.h +++ b/src/presolve/HPresolveAnalysis.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/HighsPostsolveStack.cpp b/src/presolve/HighsPostsolveStack.cpp index 2e78d9a1a7..a0bfa8b72b 100644 --- a/src/presolve/HighsPostsolveStack.cpp +++ b/src/presolve/HighsPostsolveStack.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/HighsPostsolveStack.h b/src/presolve/HighsPostsolveStack.h index f3409d074c..bb1b1f785b 100644 --- a/src/presolve/HighsPostsolveStack.h +++ b/src/presolve/HighsPostsolveStack.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/HighsSymmetry.cpp b/src/presolve/HighsSymmetry.cpp index 53f998ef45..eec55e308c 100644 --- a/src/presolve/HighsSymmetry.cpp +++ b/src/presolve/HighsSymmetry.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/HighsSymmetry.h b/src/presolve/HighsSymmetry.h index 53e08aaf27..df5ba945e7 100644 --- a/src/presolve/HighsSymmetry.h +++ b/src/presolve/HighsSymmetry.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/ICrash.cpp b/src/presolve/ICrash.cpp index 07e8f77007..986d15a9a7 100644 --- a/src/presolve/ICrash.cpp +++ b/src/presolve/ICrash.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/ICrash.h b/src/presolve/ICrash.h index dfe3d40bc7..9fcb32df84 100644 --- a/src/presolve/ICrash.h +++ b/src/presolve/ICrash.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/ICrashUtil.cpp b/src/presolve/ICrashUtil.cpp index 22df2d27cd..ee16926c31 100644 --- a/src/presolve/ICrashUtil.cpp +++ b/src/presolve/ICrashUtil.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/ICrashUtil.h b/src/presolve/ICrashUtil.h index 1d53d8a69d..883bc7b270 100644 --- a/src/presolve/ICrashUtil.h +++ b/src/presolve/ICrashUtil.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/ICrashX.cpp b/src/presolve/ICrashX.cpp index 6a5573404a..b4eab7d1e3 100644 --- a/src/presolve/ICrashX.cpp +++ b/src/presolve/ICrashX.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/ICrashX.h b/src/presolve/ICrashX.h index 351a40edb3..58b0b1fb4f 100644 --- a/src/presolve/ICrashX.h +++ b/src/presolve/ICrashX.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/PresolveComponent.cpp b/src/presolve/PresolveComponent.cpp index 7162162619..dcaa16d736 100644 --- a/src/presolve/PresolveComponent.cpp +++ b/src/presolve/PresolveComponent.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/presolve/PresolveComponent.h b/src/presolve/PresolveComponent.h index 8ec5bcba53..d331719f19 100644 --- a/src/presolve/PresolveComponent.h +++ b/src/presolve/PresolveComponent.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HApp.h b/src/simplex/HApp.h index b8de2a3f59..9fc35589b4 100644 --- a/src/simplex/HApp.h +++ b/src/simplex/HApp.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkk.cpp b/src/simplex/HEkk.cpp index caa4e641e0..83cdd6159e 100644 --- a/src/simplex/HEkk.cpp +++ b/src/simplex/HEkk.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkk.h b/src/simplex/HEkk.h index 0b253bebc0..fd270f6f30 100644 --- a/src/simplex/HEkk.h +++ b/src/simplex/HEkk.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkkControl.cpp b/src/simplex/HEkkControl.cpp index ae714d3a94..3534c90d0c 100644 --- a/src/simplex/HEkkControl.cpp +++ b/src/simplex/HEkkControl.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkkDebug.cpp b/src/simplex/HEkkDebug.cpp index 9bf740cf26..a12318eb9a 100644 --- a/src/simplex/HEkkDebug.cpp +++ b/src/simplex/HEkkDebug.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkkDual.cpp b/src/simplex/HEkkDual.cpp index e05633b376..efbf0b99d6 100644 --- a/src/simplex/HEkkDual.cpp +++ b/src/simplex/HEkkDual.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkkDual.h b/src/simplex/HEkkDual.h index bf14cf8723..762bfe68a2 100644 --- a/src/simplex/HEkkDual.h +++ b/src/simplex/HEkkDual.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkkDualMulti.cpp b/src/simplex/HEkkDualMulti.cpp index 76532166eb..21c2689d94 100644 --- a/src/simplex/HEkkDualMulti.cpp +++ b/src/simplex/HEkkDualMulti.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkkDualRHS.cpp b/src/simplex/HEkkDualRHS.cpp index c004de408c..ad16267aa8 100644 --- a/src/simplex/HEkkDualRHS.cpp +++ b/src/simplex/HEkkDualRHS.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkkDualRHS.h b/src/simplex/HEkkDualRHS.h index 421a09fc0b..8aadcfa9c7 100644 --- a/src/simplex/HEkkDualRHS.h +++ b/src/simplex/HEkkDualRHS.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkkDualRow.cpp b/src/simplex/HEkkDualRow.cpp index 9dfcd41b2b..eef976d3fd 100644 --- a/src/simplex/HEkkDualRow.cpp +++ b/src/simplex/HEkkDualRow.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkkDualRow.h b/src/simplex/HEkkDualRow.h index 267cbdc5b9..3a17ac8d04 100644 --- a/src/simplex/HEkkDualRow.h +++ b/src/simplex/HEkkDualRow.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkkInterface.cpp b/src/simplex/HEkkInterface.cpp index afd39ca028..abb9041f2e 100644 --- a/src/simplex/HEkkInterface.cpp +++ b/src/simplex/HEkkInterface.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkkPrimal.cpp b/src/simplex/HEkkPrimal.cpp index 5d6509c972..1c39033e7e 100644 --- a/src/simplex/HEkkPrimal.cpp +++ b/src/simplex/HEkkPrimal.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HEkkPrimal.h b/src/simplex/HEkkPrimal.h index ef5d0c84c1..cf43716ccc 100644 --- a/src/simplex/HEkkPrimal.h +++ b/src/simplex/HEkkPrimal.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HSimplex.cpp b/src/simplex/HSimplex.cpp index 3336f69306..07350bebfe 100644 --- a/src/simplex/HSimplex.cpp +++ b/src/simplex/HSimplex.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HSimplex.h b/src/simplex/HSimplex.h index a371546729..11b063ca06 100644 --- a/src/simplex/HSimplex.h +++ b/src/simplex/HSimplex.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HSimplexDebug.cpp b/src/simplex/HSimplexDebug.cpp index de9fb46efb..32256090fe 100644 --- a/src/simplex/HSimplexDebug.cpp +++ b/src/simplex/HSimplexDebug.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HSimplexDebug.h b/src/simplex/HSimplexDebug.h index ee4d3951e2..c2fe244a88 100644 --- a/src/simplex/HSimplexDebug.h +++ b/src/simplex/HSimplexDebug.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HSimplexNla.cpp b/src/simplex/HSimplexNla.cpp index 738a16709c..e408ccb76d 100644 --- a/src/simplex/HSimplexNla.cpp +++ b/src/simplex/HSimplexNla.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HSimplexNla.h b/src/simplex/HSimplexNla.h index 91c4bbd14e..3f9ee84582 100644 --- a/src/simplex/HSimplexNla.h +++ b/src/simplex/HSimplexNla.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HSimplexNlaDebug.cpp b/src/simplex/HSimplexNlaDebug.cpp index d4c2b46c0b..b1e8239894 100644 --- a/src/simplex/HSimplexNlaDebug.cpp +++ b/src/simplex/HSimplexNlaDebug.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HSimplexNlaFreeze.cpp b/src/simplex/HSimplexNlaFreeze.cpp index b5ea9f46b5..7cfcc5ecfe 100644 --- a/src/simplex/HSimplexNlaFreeze.cpp +++ b/src/simplex/HSimplexNlaFreeze.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HSimplexNlaProductForm.cpp b/src/simplex/HSimplexNlaProductForm.cpp index 3abbc37621..ea2a4d04d2 100644 --- a/src/simplex/HSimplexNlaProductForm.cpp +++ b/src/simplex/HSimplexNlaProductForm.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HSimplexReport.cpp b/src/simplex/HSimplexReport.cpp index e16267cb54..b0c8c69aba 100644 --- a/src/simplex/HSimplexReport.cpp +++ b/src/simplex/HSimplexReport.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HSimplexReport.h b/src/simplex/HSimplexReport.h index 85104911b4..d72a6b79a2 100644 --- a/src/simplex/HSimplexReport.h +++ b/src/simplex/HSimplexReport.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HighsSimplexAnalysis.cpp b/src/simplex/HighsSimplexAnalysis.cpp index 7972ec2af5..6e326d5c3e 100644 --- a/src/simplex/HighsSimplexAnalysis.cpp +++ b/src/simplex/HighsSimplexAnalysis.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/HighsSimplexAnalysis.h b/src/simplex/HighsSimplexAnalysis.h index db43446f20..34802614f3 100644 --- a/src/simplex/HighsSimplexAnalysis.h +++ b/src/simplex/HighsSimplexAnalysis.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/SimplexConst.h b/src/simplex/SimplexConst.h index 0bf893c4e4..cd4b34b04f 100644 --- a/src/simplex/SimplexConst.h +++ b/src/simplex/SimplexConst.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/SimplexStruct.h b/src/simplex/SimplexStruct.h index eb49c8ca96..a160952dfd 100644 --- a/src/simplex/SimplexStruct.h +++ b/src/simplex/SimplexStruct.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/simplex/SimplexTimer.h b/src/simplex/SimplexTimer.h index f7ec194448..78183ec349 100644 --- a/src/simplex/SimplexTimer.h +++ b/src/simplex/SimplexTimer.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/test/DevKkt.cpp b/src/test/DevKkt.cpp index 41f6db6848..57085efdbb 100644 --- a/src/test/DevKkt.cpp +++ b/src/test/DevKkt.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/test/DevKkt.h b/src/test/DevKkt.h index d57998cf53..a01e5b01f4 100644 --- a/src/test/DevKkt.h +++ b/src/test/DevKkt.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/test/KktCh2.cpp b/src/test/KktCh2.cpp index 13ed96403e..4222f5e56a 100644 --- a/src/test/KktCh2.cpp +++ b/src/test/KktCh2.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/test/KktCh2.h b/src/test/KktCh2.h index 5ac4cb9cfb..c5918b3406 100644 --- a/src/test/KktCh2.h +++ b/src/test/KktCh2.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/FactorTimer.h b/src/util/FactorTimer.h index 22ebd0086d..f8c0a866c1 100644 --- a/src/util/FactorTimer.h +++ b/src/util/FactorTimer.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HFactor.cpp b/src/util/HFactor.cpp index baf1bd1370..1e94db9f11 100644 --- a/src/util/HFactor.cpp +++ b/src/util/HFactor.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HFactor.h b/src/util/HFactor.h index 2a42497296..e3d3f1fc37 100644 --- a/src/util/HFactor.h +++ b/src/util/HFactor.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HFactorConst.h b/src/util/HFactorConst.h index 5e78afbbb1..7b6b2b2df0 100644 --- a/src/util/HFactorConst.h +++ b/src/util/HFactorConst.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HFactorDebug.cpp b/src/util/HFactorDebug.cpp index 61849b4c92..ac61a5e731 100644 --- a/src/util/HFactorDebug.cpp +++ b/src/util/HFactorDebug.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HFactorDebug.h b/src/util/HFactorDebug.h index 090f5530db..dea8a8fa4f 100644 --- a/src/util/HFactorDebug.h +++ b/src/util/HFactorDebug.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HFactorExtend.cpp b/src/util/HFactorExtend.cpp index fe43bc3654..08267bc125 100644 --- a/src/util/HFactorExtend.cpp +++ b/src/util/HFactorExtend.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HFactorRefactor.cpp b/src/util/HFactorRefactor.cpp index 559f1e4eab..723de0aef6 100644 --- a/src/util/HFactorRefactor.cpp +++ b/src/util/HFactorRefactor.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HFactorUtils.cpp b/src/util/HFactorUtils.cpp index 7eb25048b7..1bf1eefcd8 100644 --- a/src/util/HFactorUtils.cpp +++ b/src/util/HFactorUtils.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HSet.cpp b/src/util/HSet.cpp index deb9394c1e..d748f05b4d 100644 --- a/src/util/HSet.cpp +++ b/src/util/HSet.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HSet.h b/src/util/HSet.h index 4f83308f9d..4eab605d15 100644 --- a/src/util/HSet.h +++ b/src/util/HSet.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HVector.h b/src/util/HVector.h index 3300a91658..e6c8418a10 100644 --- a/src/util/HVector.h +++ b/src/util/HVector.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HVectorBase.cpp b/src/util/HVectorBase.cpp index 8ef41f12fb..3aa1b34f3b 100644 --- a/src/util/HVectorBase.cpp +++ b/src/util/HVectorBase.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HVectorBase.h b/src/util/HVectorBase.h index 5b086f3f55..a9a9ec0cfa 100644 --- a/src/util/HVectorBase.h +++ b/src/util/HVectorBase.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsCDouble.h b/src/util/HighsCDouble.h index 773c710495..c57f086a86 100644 --- a/src/util/HighsCDouble.h +++ b/src/util/HighsCDouble.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsComponent.h b/src/util/HighsComponent.h index 47cf8d2d55..725b346fc5 100644 --- a/src/util/HighsComponent.h +++ b/src/util/HighsComponent.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsDataStack.h b/src/util/HighsDataStack.h index 3f8423e8f8..e459267a5a 100644 --- a/src/util/HighsDataStack.h +++ b/src/util/HighsDataStack.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsDisjointSets.h b/src/util/HighsDisjointSets.h index db5257e230..d7f216d4ae 100644 --- a/src/util/HighsDisjointSets.h +++ b/src/util/HighsDisjointSets.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsHash.cpp b/src/util/HighsHash.cpp index 8594a491fe..54f667e2b8 100644 --- a/src/util/HighsHash.cpp +++ b/src/util/HighsHash.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsHash.h b/src/util/HighsHash.h index db4cebdc91..b879ebed90 100644 --- a/src/util/HighsHash.h +++ b/src/util/HighsHash.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsHashTree.h b/src/util/HighsHashTree.h index abd9012bde..9a2cbfc944 100644 --- a/src/util/HighsHashTree.h +++ b/src/util/HighsHashTree.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsInt.h b/src/util/HighsInt.h index df18aafcb0..95a610f55b 100644 --- a/src/util/HighsInt.h +++ b/src/util/HighsInt.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsIntegers.h b/src/util/HighsIntegers.h index 85244fc64f..1b5f613a02 100644 --- a/src/util/HighsIntegers.h +++ b/src/util/HighsIntegers.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsLinearSumBounds.cpp b/src/util/HighsLinearSumBounds.cpp index ca9e03c363..4ef4ccc263 100644 --- a/src/util/HighsLinearSumBounds.cpp +++ b/src/util/HighsLinearSumBounds.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsLinearSumBounds.h b/src/util/HighsLinearSumBounds.h index 1bb3e59461..e838887375 100644 --- a/src/util/HighsLinearSumBounds.h +++ b/src/util/HighsLinearSumBounds.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsMatrixPic.cpp b/src/util/HighsMatrixPic.cpp index a7716d26e3..e95038fc26 100644 --- a/src/util/HighsMatrixPic.cpp +++ b/src/util/HighsMatrixPic.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsMatrixPic.h b/src/util/HighsMatrixPic.h index 034ca1ef35..39617921d0 100644 --- a/src/util/HighsMatrixPic.h +++ b/src/util/HighsMatrixPic.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsMatrixSlice.h b/src/util/HighsMatrixSlice.h index a96f826ec8..67d5e91221 100644 --- a/src/util/HighsMatrixSlice.h +++ b/src/util/HighsMatrixSlice.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsMatrixUtils.cpp b/src/util/HighsMatrixUtils.cpp index 7b70695065..ceaa12ac6b 100644 --- a/src/util/HighsMatrixUtils.cpp +++ b/src/util/HighsMatrixUtils.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsMatrixUtils.h b/src/util/HighsMatrixUtils.h index 9cf27d929f..fa617fa1c2 100644 --- a/src/util/HighsMatrixUtils.h +++ b/src/util/HighsMatrixUtils.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsMemoryAllocation.h b/src/util/HighsMemoryAllocation.h index be4c0769c4..1c673b6fad 100644 --- a/src/util/HighsMemoryAllocation.h +++ b/src/util/HighsMemoryAllocation.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsRandom.h b/src/util/HighsRandom.h index 8a19fe5e01..1101416cb3 100644 --- a/src/util/HighsRandom.h +++ b/src/util/HighsRandom.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsRbTree.h b/src/util/HighsRbTree.h index 6903d45d74..5ae2a9fa96 100644 --- a/src/util/HighsRbTree.h +++ b/src/util/HighsRbTree.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsSort.cpp b/src/util/HighsSort.cpp index e4c08d1543..401477d4e8 100644 --- a/src/util/HighsSort.cpp +++ b/src/util/HighsSort.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsSort.h b/src/util/HighsSort.h index 6e2defb425..9fbbd03601 100644 --- a/src/util/HighsSort.h +++ b/src/util/HighsSort.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsSparseMatrix.cpp b/src/util/HighsSparseMatrix.cpp index d063f0468e..8b858f29c0 100644 --- a/src/util/HighsSparseMatrix.cpp +++ b/src/util/HighsSparseMatrix.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsSparseMatrix.h b/src/util/HighsSparseMatrix.h index 9694183191..f7f7941981 100644 --- a/src/util/HighsSparseMatrix.h +++ b/src/util/HighsSparseMatrix.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsSparseVectorSum.h b/src/util/HighsSparseVectorSum.h index bfd34694f4..b4553e5f9b 100644 --- a/src/util/HighsSparseVectorSum.h +++ b/src/util/HighsSparseVectorSum.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsSplay.h b/src/util/HighsSplay.h index 1403d1dc3e..18e44e2c92 100644 --- a/src/util/HighsSplay.h +++ b/src/util/HighsSplay.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsTimer.h b/src/util/HighsTimer.h index d6734e990e..71f1c63223 100644 --- a/src/util/HighsTimer.h +++ b/src/util/HighsTimer.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsUtils.cpp b/src/util/HighsUtils.cpp index 36c4746c91..7e0ab9051c 100644 --- a/src/util/HighsUtils.cpp +++ b/src/util/HighsUtils.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/HighsUtils.h b/src/util/HighsUtils.h index 447219a8f9..0eac81e6f4 100644 --- a/src/util/HighsUtils.h +++ b/src/util/HighsUtils.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/stringutil.cpp b/src/util/stringutil.cpp index 5b0de58e73..9d6e312d90 100644 --- a/src/util/stringutil.cpp +++ b/src/util/stringutil.cpp @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ diff --git a/src/util/stringutil.h b/src/util/stringutil.h index 25ac72c0ef..32132730ef 100644 --- a/src/util/stringutil.h +++ b/src/util/stringutil.h @@ -2,9 +2,6 @@ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ -/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */ -/* Leona Gottwald and Michael Feldmeier */ -/* */ /* Available as open-source under the MIT License */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */