Skip to content

Commit 2875ef5

Browse files
committed
Added Meld script
1 parent 5b75a0a commit 2875ef5

File tree

1 file changed

+14
-0
lines changed
  • highs/pdlp/hipdlp

1 file changed

+14
-0
lines changed

highs/pdlp/hipdlp/Meld

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
CU_PDLP_CPP_ROOT="/home/jajhall/HiPDLP"
2+
meld linalg.hpp $CU_PDLP_CPP_ROOT/include/linalg.hpp
3+
meld linalg.cc $CU_PDLP_CPP_ROOT/src/linalg.cc
4+
meld logger.hpp $CU_PDLP_CPP_ROOT/include/logger.hpp
5+
meld logger.cc $CU_PDLP_CPP_ROOT/src/logger.cc
6+
meld pdhg.hpp $CU_PDLP_CPP_ROOT/include/pdhg.hpp
7+
meld pdhg.cc $CU_PDLP_CPP_ROOT/src/pdhg.cc
8+
meld restart.hpp $CU_PDLP_CPP_ROOT/include/restart.hpp
9+
meld restart.cc $CU_PDLP_CPP_ROOT/src/restart.cc
10+
meld scaling.hpp $CU_PDLP_CPP_ROOT/include/scaling.hpp
11+
meld scaling.cc $CU_PDLP_CPP_ROOT/src/scaling.cc
12+
meld solver_results.hpp $CU_PDLP_CPP_ROOT/include/solver_results.hpp
13+
meld step.hpp $CU_PDLP_CPP_ROOT/include/step.hpp
14+
meld step.cc $CU_PDLP_CPP_ROOT/src/step.cc

0 commit comments

Comments
 (0)