Skip to content

Releases: dance858/PSLP

v0.0.8

02 Mar 14:43
9140498

Choose a tag to compare

Update version (#46)

* update version

* version

v0.0.7

02 Mar 02:04
7a200ce

Choose a tag to compare

Substantial speedups.

v0.0.6: Fix include error (#37)

30 Jan 22:23
61b48b8

Choose a tag to compare

* trigger branch

* update version

* minor

* C++ build include

* remove an include

Add windows support

30 Jan 17:31
3c74ff9

Choose a tag to compare

fix-windows-build (#34)

* set up workflows

* get rid of all conversion warnings by using size_t at some places

* fixed valgrind workflow

* window threads

* windows timer

* fix include error

* windows abstraction for threads

* activate tests

* improved tests

* ran formatter + C++ test workflow

* format of printing

* windows disable parallel compilation

* debug output windows build

* only build windows

* new attempt windows build release mode

* attempt on MSVC compiler bug

* attempt on MSVC compiler bug

* disable tests

* compile test files separately

* activate tests

* object library test_macros

* commenting out half the tests

* comment out more tests

* comment out more tests

* minor

* add dton and dom prop

* comment out dton and dom prop

* comment out pathlogical

* only run pathlogocail

* comment out some tests in pathological

* add back test with empty arrays

* add back test with empty arrays

* replaced empty arrays with null pointers

* replaced empty arrays with null pointers

* typo

* add more tests

* add even more tests

* add more tests

* added parallel rows test

* comment out test 3 parallel rows

* fixed windows order of parallel rows 3

* debug order of rows test 3

* test dton

* comment out parallel rows test

* adding some parallel row tests

* forgot include

* comment out test 15 parallel rows

* comment out test 16 parallel rows

* add parallel col tests

* add print output

* skip parallel rows and cols for windows

* add mac and ubuntu to cmake workflow

* add postsolve tests for mac and ubuntu

* add postsolve tests to windows to find failing test

* test 6 postsolve windows

* test 6 postsolve

* test 7 postsolve windows column order

* test 9 windows build

* commented out unncessearary code

* introduced PSLP_uint

* Revert "introduced PSLP_uint"

This reverts commit 9dafbef89cba7c1fe004e00c6005b9d6e29b1aff.

* clean up

* clean up cmake

* more clean up cmake

* more clean up

* update version

v0.0.4

24 Dec 11:21
6054b18

Choose a tag to compare

Removed objective value from solution struct

v0.0.3

20 Dec 09:50
da19348

Choose a tag to compare

Better handling of infeasibility checks.

v0.0.2

13 Dec 15:56
c9f5db0

Choose a tag to compare

Separate thread for transpose (#22)

* code dump

* workflows

* ran formatter

* readme

* workflow

* removed old workflows

* new workflow

* c++ workflow

* C++ workflow

* new line at eof to formatter

* improved interface

* new workflow

* new workflow

* new workflow

* updated default settings

* small changes to API

* added one test

* small changes to interface

* minor

* minor change to test

* cmake link

* expose objective offset

* removed PSLP inf

* removed PSLP inf

* removed PSLP inf

* removed PSLP inf

* mac build

* new isinf function

* debugging mac

* debugging mac

* new definition that perhaps is mac compatible

* remove print

* small change to cmake

* version handling

* workflows

* workflows

* workflows

* separate thread for transpose

* updated version

* c++ test fix

Release 0.0.1

13 Dec 13:26
90ab253

Choose a tag to compare

First official release.