Skip to content

Releases: darnstrom/daqp

v0.6.0

16 Nov 18:09
5649110
Compare
Choose a tag to compare
Version 0.6.0 (#55)

* Fix fval bound and activate equality constraints in setup_ldp (#46)

* Make fval_bound consistent with internal objective function

* Activate equality constraints inside update_ldp

* Update CI

* Fix python interface when blower and sense are not given (#47)

* Add function to remove redundant constraints in polyhedron (#48)

* Add minrep to Python interface (#49)

* Set target_include_directories and modify Cmake export (#53)

* Set target_include_directories

* Simulink Interface (#42)

* Correctly generate code for RinvD

* Do not explicitly store v and scaling in generated code

---------

Co-authored-by: Christopher Schulte <[email protected]>

v0.5.0

11 Apr 08:44
dfbc12b
Compare
Choose a tag to compare
  • Detect and exploit Diagonal Hessians
  • Detect binary constraint directly from sense (=> bin_ids does not have to be specified in DAQPProblem anymore)
  • Detect unmarked equality constraints
  • Move python interface to Cython
  • Correctly scale primal feasibility tolerance

v0.4.2

28 Mar 14:10
Compare
Choose a tag to compare
Update to v0.4.2

v0.4.1

20 Mar 15:04
Compare
Choose a tag to compare
Bump to 0.4.1

v0.4.0

20 Nov 18:21
6e7e083
Compare
Choose a tag to compare
  • Code generation
  • Improvements to BnB

v0.3.1

12 Aug 09:20
Compare
Choose a tag to compare
Bump version to 0.3.1

v0.3.0

26 Jul 12:55
Compare
Choose a tag to compare
Bump version to 0.3.0.

v0.2.0

27 Jun 06:33
Compare
Choose a tag to compare
Add install script for MATLAB interface.