Mael Rouxel-Labbé
b5c21e1f5d
Http -> https + update some dead links
2022-11-23 18:54:37 +01:00
Sven Oesau
6a7eadc059
added refines Assignable
...
removed assignment operator
2022-07-29 15:39:27 +02:00
Sven Oesau
6ed2accd55
added assignment operator to SparseLinearAlgebraTraits_d concept
2022-07-27 15:00:58 +02:00
Sebastien Loriot
1c92b73d10
Merge pull request #6562 from soesau/Surface_mesh_deformation-Eigen_JacobiSVD_deprecated-GF
...
Fixed Eigen3 3.4.90 deprecation warnings
2022-05-26 18:08:36 +02:00
Sven Oesau
a98b548ba8
Using EIGEN_VERSION_AT_LEAST(3,4,90) to use new Eigen::JacobiSVD interface from eigen3 version 3.4.90 and newer
2022-05-12 16:03:53 +02:00
Laurent Rineau
734c96e951
Merge branch 'master' into pr/lrineau/6558
2022-05-06 16:25:32 +02:00
Laurent Rineau
2288225448
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
albert-github
a5b03d5479
Correcting permanent redirect to Cbc
...
It looks like that the https://projects.coin-or.org/Cbc is a permanent redirect to https://github.com/coin-or/Cbc (all https://projects.coin-or.org redirect to github).
2022-04-30 14:09:18 +02:00
albert-github
599d7b3123
issue #6515 Solver_interface: Non reachable link to https://osqp.org/docs/interfaces/cc++
...
Corrected non existing link.
2022-04-26 09:53:42 +02:00
Sébastien Loriot
ab48f63e30
update latest cmake version tested
2021-11-09 10:58:47 +01:00
Maxime Gimeno
499301c759
More fixes
2021-08-31 16:00:37 +02:00
Dmitry Anisimov
072c1bf460
fixed warnings from testing examples
2021-08-03 18:17:14 +02:00
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
3b905bb344
fixed typo
2021-06-18 10:20:59 +02:00
Dmitry Anisimov
76d143275a
removed trailing whitespaces
2021-06-18 10:16:37 +02:00
Dmitry Anisimov
94b75803c0
Merge branch 'master' into Solvers-add_osqp-danston
2021-06-18 10:02:11 +02:00
Dmitry Anisimov
bed3189719
andreas review
2021-06-14 19:06:48 +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
caba0870d0
fixed osqp example
2021-06-10 17:06:29 +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
b7323389c7
Merge pull request #5622 from maxGimeno/CMake-Update_versions_in_scripts-maxGimeno
...
Update maximum cmake versions
2021-04-17 10:58:14 +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
Sebastien Loriot
db383e15b5
Merge pull request #5130 from sgiraudot/PCA-Several_enhancements-GF
...
[Principal Component Analysis] Kernel compatibility, diagonalization precision and overload efficiency
2021-04-17 10:47:23 +02:00
Maxime Gimeno
c49152359c
update max version of cmake and announce the new minimal in CHANGE.md
2021-04-15 15:08:54 +02:00
Sébastien Loriot
350b9172c5
replace %CGAL by \cgal (but in titles)
2021-04-11 14:52:01 +02:00
Maxime Gimeno
17602e589e
Merge remote-tracking branch 'cgal/master' into CGAL-clang_tidy__nullptr_on_Mesh_2-GF
2021-04-07 09:17:51 +02:00
Simon Giraudot
ce76bf08f7
Add missing include
2021-03-03 11:43:46 +01:00
Maxime Gimeno
b80daff6fb
Fixes
2021-02-19 11:31:52 +01:00
Maxime Gimeno
fb3746168d
remove \sc
2021-02-05 11:10:20 +01:00
Sébastien Loriot
f4935dc199
Merge branch 'CGAL-Eigen3_support-5.1'
2021-01-15 10:54:02 +01:00
Sébastien Loriot
eecb00534e
fix macro name to be consistent with find_package
2021-01-15 10:43:34 +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