- 06 Dec, 2019 1 commit
-
-
Protect copy constructors in non-leaf and leaf classes, to avoid the implicitly generated ones by the compiler that could cause slicing. In Cloneable, the assignment operator was deleted to disable issues with implicitly generated assingment operators in derived classes to prevent slicing. (resolves #31)
-
- 03 Dec, 2019 1 commit
-
-
add elsa:all convenience target and matching elsa.h convenience header for linking/including all of elsa. In addition: tests are no longer part of the default target, but have their own tests target. (#25)
-
- 31 Oct, 2019 2 commits
-
-
Jens Petit authored
-
Jens Petit authored
-
- 29 Oct, 2019 1 commit
-
-
Tobias Lasser authored
OptimizationProblem is now the new base class 'Problem' for problems, added QuadricProblem incl. conversions between different types of problems, added CG solver
-
- 07 Sep, 2019 1 commit
-
-
Nikola Dinev authored
-
- 06 Sep, 2019 1 commit
-
-
Nikola Dinev authored
-
- 03 Sep, 2019 1 commit
-
-
Nikola Dinev authored
-