Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
f2d38d9
[Refactor] Clean up unused code and simplify memo field
napinoco Jun 29, 2025
1a8cfcd
[Add] Integrate SeDuMi and SDPT3 MATLAB/Octave solvers as submodules
napinoco Jun 29, 2025
f92b0b0
Add MATLAB/Octave solver integration design and Phase 6 task planning
napinoco Jun 29, 2025
12f0c2a
Implement MATLAB data loader infrastructure - Sprint 1 complete
napinoco Jun 30, 2025
21602b9
Implement complete MATLAB solver integration with SeDuMi and SDPT3
napinoco Jun 30, 2025
7fe9c04
Complete MATLAB Integration Sprint 3: Orchestration & Testing
napinoco Jul 1, 2025
f67ba67
Consolidate MATLAB utilities and enhance integration system
napinoco Jul 3, 2025
eaf46e9
Fix MATLAB function indentation to follow 4-space coding standards
napinoco Jul 3, 2025
115e43f
Fix MATLAB data loader indentation to follow 4-space coding standards
napinoco Jul 3, 2025
600e9d1
Rename matlab_solver.py to matlab_interface.py for better architectur…
napinoco Jul 3, 2025
e0c323e
Implement symmetrical solver interface architecture with Python inter…
napinoco Jul 3, 2025
a6b5437
Complete symmetrical interface architecture with problem interface mo…
napinoco Jul 5, 2025
0ee454e
Implement complete EAFP architecture with explicit solver-to-interfac…
napinoco Jul 9, 2025
736b84b
Simplify MATLAB architecture with proper naming and eliminate unneces…
napinoco Jul 12, 2025
854a614
Fix CVXPY duality_gap and dual_infeasibility calculation issues
napinoco Jul 12, 2025
aa5d52b
Fix problem_type field showing as UNKNOWN in database
napinoco Jul 12, 2025
05c217c
Complete MATLAB field name consistency and architecture cleanup
napinoco Jul 12, 2025
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
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
[submodule "problems/SDPLIB"]
path = problems/SDPLIB
url = https://github.com/vsdp/SDPLIB.git
[submodule "scripts/solvers/matlab_octave/sedumi"]
path = scripts/solvers/matlab_octave/sedumi
url = https://github.com/sqlp/sedumi
[submodule "scripts/solvers/matlab_octave/sdpt3"]
path = scripts/solvers/matlab_octave/sdpt3
url = https://github.com/sqlp/sdpt3
5 changes: 5 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ This system prioritizes:

---

## 📝 Development Memories

### Task Management
- **Reflection Note**: Please reflect the latest situation into task.md after completing each task.

*This dispatch document provides entry point context only. All implementation details, coding standards, and development protocols are documented in the linked files above.*

*Last Updated: June 2025 - Production Ready Implementation Complete*
29 changes: 0 additions & 29 deletions config/solver_registry.yaml

This file was deleted.

Loading
Loading