History log of /petsc/src/tao/constrained/impls/admm/admm.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 9dd11ecf 25-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'

Check header guards

See merge request petsc/petsc!6822


# a4963045 18-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Convert all header guards to pragma once


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# 6524c165 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


# 91b4bad1 05-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/2020/02/02/add-to-addm-manualpages'

Additions to some of the ADDM manual pages, a few static function additions

See merge request petsc/petsc!2499


# 7f5c9be9 03-Feb-2020 Barry Smith <bsmith@mcs.anl.gov>

Additions to some of the ADDM manual pages, a few static function additions

Commit-type: style-fix, documentation


# ce55d65e 31-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hsuh/admm-wrapper' into 'master'

TAOADMM

See merge request petsc/petsc!2453


# 6285c0a3 31-Jan-2020 Hansol Suh <hansol.suh.123@gmail.com>

TAOADMM algorithm is implemented. Example is provided in
tomographyADMM.c

It solves f(x) + g(z) s.t. Ax + Bz = c, where user can provide A,B
Jacobian constraints, c constraint vector, and TAO constr

TAOADMM algorithm is implemented. Example is provided in
tomographyADMM.c

It solves f(x) + g(z) s.t. Ax + Bz = c, where user can provide A,B
Jacobian constraints, c constraint vector, and TAO constraints for f,g subsolvers.
Default behavior of Soft Threshold is implemented for L1 case.

remove test c file

show more ...