Skip to content

Release v4.11.0

Compare
Choose a tag to compare
@nim65s nim65s released this 04 May 08:33
· 215 commits to master since this release
v4.11.0

Changes in v4.11.0:

  • Solvers now handle constraints with right hand sides in Lie groups.
  • A mask has been added to class Implicit to select which lines of the
    constraint should be taken into account (active rows).
  • Use hpp::shared_ptr instead of boost::shared_ptr
  • Remove usage of boost list_of
  • [solver] Add methods isSatisfied with input error threshold.