Commit Graph
16 Commits
Author SHA1 Message Date
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Stowell, Mark L 0ee82397de Following suggestions from @pazner 2022-02-17 15:02:18 -08:00
Stowell, Mark L f7c9bdab17 Renaming "out" and "err" local variables to avoid globals 2021-12-22 15:19:20 -08:00
Will Pazner d6a0a5a13d Fix deprecation warnings for IterativeSolver::print_level 2021-09-27 15:21:07 -07:00
Tzanio 0a620f0b20 make style 2021-04-21 11:47:59 -07:00
Tzanio cc6338ff7e minor 2021-04-21 11:45:49 -07:00
Veselin Dobrev 5387b6e070 Apply 'make style' 2021-04-16 07:32:01 -07:00
Julian Andrej de3a9a08f5 constraint solver bigint 2021-04-09 12:37:05 -07:00
Tzanio 2f3fbdab7b minor 2021-03-16 18:06:13 -07:00
Andrew T. Barker 32fb813471 Change size of ConstrainedSolver object, so that its Mult() interface only
considers the primary degrees of freedom without Lagrange multipliers.

Lagrange multipliers and the corresponding right-hand side are available
through the LagrangeSystemMult() method and some other helper methods.
2021-03-10 13:59:35 -08:00
Andrew T. Barker d7cf9e560b constraints: fix serial includes 2021-02-23 12:59:28 -08:00
Andrew T. Barker f6fab682b9 Various changes suggested in code review. 2021-02-23 11:31:57 -08:00
Andrew T. Barker 9d15d1ef64 PenaltyConstrainedSolver: bug fix in one constructor when used in parallel 2021-02-18 17:06:52 -08:00
Andrew T. Barker 8944c4d7cc Move BuildNormalConstraints() function into library, document it better. 2021-02-18 16:26:22 -08:00
Andrew T. Barker f362f33f23 lagrange_rowstarts -> constraint_rowstarts and improved documentation 2021-02-17 16:17:37 -08:00
Andrew T. Barker 7086c8c936 constrained.hpp -> constraints.hpp 2021-02-08 09:08:45 -08:00