We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367cdba commit f8c4946Copy full SHA for f8c4946
highs/lp_data/HConst.h
@@ -18,7 +18,11 @@
18
#include "util/HighsInt.h"
19
20
const std::string kHighsCopyrightStatement =
21
- "Copyright (c) 2025 HiGHS under MIT licence terms";
+#ifdef HIPO
22
+ "Copyright (c) 2026 under BSD 3-Clause license terms";
23
+#else
24
+ "Copyright (c) 2026 under MIT licence terms";
25
+#endif
26
27
const size_t kHighsSize_tInf = (std::numeric_limits<size_t>::max)();
28
const HighsInt kHighsIInf = (std::numeric_limits<HighsInt>::max)();
0 commit comments