Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
05eae5c
Fix the bug of linear search function in LDSDA implementation
Toflamus Jan 28, 2026
8e24017
Reformattd with black package and add testing codes for linear search…
Toflamus Jan 29, 2026
d7840d4
Fix tuple unpacking bug in ldsda.py line_search and add unit test
Toflamus Jan 29, 2026
d3f5409
Reformatted with latest black
Toflamus Jan 29, 2026
286d9df
build more tests and add the documentation
Toflamus Jan 30, 2026
2e32366
Update pyomo/contrib/gdpopt/tests/test_ldsda.py
bernalde Feb 1, 2026
a8115cd
Update pyomo/contrib/gdpopt/ldsda.py
bernalde Feb 1, 2026
2b683fb
Apply suggestion from @Copilot
AlbertLee125 Feb 2, 2026
8be8b92
Update pyomo/contrib/gdpopt/tests/test_ldsda.py
AlbertLee125 Feb 2, 2026
c85af0b
Update docstring for TestLDSDAUnits class
AlbertLee125 Feb 2, 2026
50dfc5e
Update test description for TestLDSDAUnits
AlbertLee125 Feb 2, 2026
eb79c60
Update pyomo/contrib/gdpopt/tests/test_ldsda.py
AlbertLee125 Feb 2, 2026
95c7119
Black formatting ldsda.py
AlbertLee125 Feb 2, 2026
35a2b1f
1. Changed test_ldsda.py:
Toflamus Feb 2, 2026
fd8c4b8
Fix _solve_GDP_subproblem to return None for primal_bound on solver f…
bernalde Feb 2, 2026
cc2812e
Remove tabulate dependency from ldsda.py
bernalde Feb 2, 2026
e7dc490
Merge pull request #1 from SECQUOIA/pr-2
Toflamus Feb 2, 2026
d160da7
Update pyomo/contrib/gdpopt/tests/test_ldsda.py
bernalde Feb 2, 2026
e20f14c
Merge pull request #2 from Toflamus/fix/ldsda-fix
bernalde Feb 2, 2026
094ea54
Merge branch 'main' into main
bernalde Feb 3, 2026
6436801
Running black
bernalde Feb 3, 2026
76c516c
Address PR review comments: move import to top, remove inline comment
bernalde Feb 3, 2026
a5bf853
Implement design improvements: add DirectionNorm and SearchPhase enum…
bernalde Feb 3, 2026
2fc5b24
Merge branch 'main' into main
bernalde Feb 4, 2026
0b77923
Merge branch 'Pyomo:main' into main
AlbertLee125 Feb 10, 2026
9bc5697
Merge branch 'Pyomo:main' into main
AlbertLee125 Feb 11, 2026
064d9b6
Refactor direction_norm checks for L2 and Linf
AlbertLee125 Feb 13, 2026
56e398d
Merge branch 'main' into main
AlbertLee125 Feb 13, 2026
1f63298
Refactor imports in test_ldsda.py and add missing GDP components.
AlbertLee125 Feb 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading