Dmitry Anisimov
5e17827c64
fixed windows warnings and errors using unique ptrs
2021-07-16 12:17:55 +02:00
Dmitry Anisimov
f7a69d5fb0
fixed warning for using precond >= 0 for size_t
2021-07-08 13:22:05 +02:00
Dmitry Anisimov
20e02ec018
removed tmp modifs
2021-06-29 13:16:12 +02:00
Dmitry Anisimov
0f6fa73a46
fixed typo
2021-06-28 18:06:23 +02:00
Dmitry Anisimov
e102b0f5de
added note about c_float type
2021-06-24 17:31:17 +02:00
Dmitry Anisimov
94b75803c0
Merge branch 'master' into Solvers-add_osqp-danston
2021-06-18 10:02:11 +02:00
Dmitry Anisimov
b905482f26
fixed typos
2021-06-11 15:24:49 +02:00
Dmitry Anisimov
f865eaaf35
updated docs and fixed concepts
2021-06-11 13:58:20 +02:00
Dmitry Anisimov
ff0734d8cc
fixed private section
2021-06-11 13:36:55 +02:00
Dmitry Anisimov
0a0c92d272
changed FT to double because it fails with exact types
2021-06-11 12:20:30 +02:00
Dmitry Anisimov
a34d89861a
Merge remote-tracking branch 'refs/remotes/origin/Solvers-add_osqp-danston' into Solvers-add_osqp-danston
2021-06-11 11:47:28 +02:00
Dmitry Anisimov
8bd23baef6
fixed verbose
2021-06-11 11:34:58 +02:00
Dmitry Anisimov
6780f860dc
fixed resize method
2021-06-11 11:30:51 +02:00
Mael Rouxel-Labbé
55bcd9861d
Tiny size_type change
2021-06-10 18:13:26 +02:00
Dmitry Anisimov
25a08a264e
fixed warnings
2021-06-10 17:07:53 +02:00
Dmitry Anisimov
04ce897efe
added try catch in osqp
2021-06-10 17:02:08 +02:00
Mael Rouxel-Labbé
668bd2d618
Add clear() and resize() to OSQP traits
2021-06-10 16:14:43 +02:00
Mael Rouxel-Labbé
f99d0c3480
Improvements and fixes for OSQP_quadratic_program_traits
...
- Fix wrong array sizes
- Fix to_CSC matrix conversion
- Rework the reserve() / insertion / size mechanisms
- Enable passing some options via solve()
2021-06-10 15:55:45 +02:00
albert-github
2a54687e77
Correction of hyperlinks
...
The link checker gave a number of redirects and incorrect links.
- the redirects have been solved ass far as possible
- the incorrect links have been checked and corrected where possible, others have been reported through issues;
2021-06-04 13:52:14 +02:00
Dmitry Anisimov
267a6412ac
initial commit with the new osqp solver concept
2021-05-31 14:01:08 +02:00
Sébastien Loriot
1faa0e2992
replace internal use of boost::shared_ptr by std::shared_ptr
2021-04-28 10:55:26 +02:00
Sebastien Loriot
0c6404d1bc
Merge pull request #5596 from sloriot/Doc-precompiled_demos
...
Add doc for precompiled demos
2021-04-17 10:57:02 +02:00
Sébastien Loriot
350b9172c5
replace %CGAL by \cgal (but in titles)
2021-04-11 14:52:01 +02:00
Simon Giraudot
ce76bf08f7
Add missing include
2021-03-03 11:43:46 +01:00
Simon Giraudot
6f19f920b0
Add missing include
2020-11-04 11:00:21 +01:00
Simon Giraudot
e58561aeca
Make Eigen_diagonalize_traits compatible with epeck
2020-10-28 13:36:33 +01:00
Simon Giraudot
f440031f5c
Fix precision of Eigen diagonalize traits
2020-10-28 13:36:33 +01:00
Sébastien Loriot
3b6c100ca6
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-04-29 14:12:29 +02:00
Dmitry Anisimov
202430d3d5
docs: cleanup, mixed integer concepts relinking, fixing typos
2020-04-20 15:51:48 +02:00
Mael Rouxel-Labbé
d6c1abadcf
Add an extra template parameter (dimension) to CGAL::Eigen_vector
...
Dynamic Eigen::vectors are slower
2020-03-27 18:17:35 +01:00
Sébastien Loriot
9f2eafd06e
extra run of the script to remove tabs and trailing whitespaces
2020-03-26 19:17:02 +01:00
Sébastien Loriot
35b83deffd
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 19:16:25 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Mael Rouxel-Labbé
3e365756ca
Merge branch 'CGAL-Optimal_bounding_box-GF-old' into CGAL-Optimal_bounding_box-GF
2020-03-09 16:54:25 +01:00
Mael Rouxel-Labbé
ba1c21f3bd
Enhance CGAL::Eigen_matrix
2019-12-09 18:48:46 +01:00
Mael Rouxel-Labbé
127bf54e44
Give Eigen_sparse_matrix its own file
...
The idea is that it is clearer that Eigen_matrix exists
2019-12-09 16:39:19 +01:00
Mael Rouxel-Labbé
51e965e1dc
Rewrite most of OBB code to fix design issues and bugs
2019-12-09 12:25:38 +01:00
Mael Rouxel-Labbé
b76ce69489
Fix two solvers not showing up in documentation
2019-12-04 12:00:33 +01:00
Mael Rouxel-Labbé
cd4123bf2c
Clean code (partial)
2019-12-04 11:33:36 +01:00
Mael Rouxel-Labbé
edefc616f3
Merge branch 'CGAL-Optimal_bounding_box-GF-old' into CGAL-Optimal_bounding_box-GF
2019-12-03 16:28:19 +01:00
Mael Rouxel-Labbé
9ed1a87905
Merge branch 'CGAL-Optimal_bounding_box-GF-old' into CGAL-Optimal_bounding_box-GF
2019-10-20 20:45:49 +02:00
Sébastien Loriot
52164b1fba
First pass on removing license notice in header for LGPL files
2019-10-19 15:40:30 +02:00
Sébastien Loriot
7356421d80
introduce Commercial license SPDX tag
2019-10-19 12:15:19 +02:00
Sébastien Loriot
9bd9c68b83
update LGPL[23]+ and GPL[23]+ SPDX tags
...
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +02:00
Maxime Gimeno
44327dbde8
Hide all implem in #ifndef doxygen_running to silent all doxygen warnings.
2019-07-01 15:05:12 +02:00
Liangliang Nan
0c3c661458
added namespace "CGAL::" to avoid name conflicts.
2019-06-25 14:22:28 +02:00
Liangliang Nan
4588ba5d9d
Merge branch 'master' of https://github.com/CGAL/cgal
2019-06-19 15:08:53 +02:00
Liangliang Nan
010f05dfeb
find GLPK
...
- added FindGLPK.cmake
- try to find SCIP first. If not, try to find GLPK
2019-06-19 15:02:27 +02:00
Maxime Gimeno
b12d59dc4e
Fix the test CMakeLists.txt for GLPK
2019-06-13 13:33:53 +02:00