Skip to content

Commit

Permalink
old stuffs are removed
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshmi committed Jun 15, 2020
1 parent 4ddf9f2 commit bb12cd1
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 3,214 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ add_executable(bounded2smp bounded2smp.cpp)
project(ie2smp)
add_executable(ie2smp ie2smp.cpp)

add_subdirectory(old)
2 changes: 2 additions & 0 deletions mp_format_converter.h
Original file line number Diff line number Diff line change
Expand Up @@ -778,11 +778,13 @@ namespace format {
auto *d = new Dense(smp_->u_->row, 1, 1, min_dbl);
bf_->l = sym_lib::concatenate_two_dense(smp_->b_,d);
bf_->u = sym_lib::concatenate_two_dense(smp_->b_,smp_->u_);
delete []d;
}
if(!smp_->u_){
auto *d = new Dense(smp_->l_->row, 1, 1, max_dbl);
bf_->l = sym_lib::concatenate_two_dense(smp_->b_,smp_->l_);
bf_->u = sym_lib::concatenate_two_dense(smp_->b_,d);
delete []d;
}
}else{
bf_->l = sym_lib::concatenate_two_dense(smp_->b_,smp_->l_);
Expand Down
6 changes: 0 additions & 6 deletions old/CMakeLists.txt

This file was deleted.

216 changes: 0 additions & 216 deletions old/SparseUtils.h

This file was deleted.

Loading

0 comments on commit bb12cd1

Please sign in to comment.