Skip to content

Commit

Permalink
removing getopt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshmi committed Aug 28, 2020
1 parent 4928d2c commit cb338fd
Show file tree
Hide file tree
Showing 6 changed files with 2,489 additions and 8 deletions.
6 changes: 6 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
TODO Items:
- making all the smae nampespace
- removing useless parameters. NOT NEEDED, no extra there.
- removing old class
- removing redefinition warning
- eq - ineq matrices should be general not symmetric
2 changes: 1 addition & 1 deletion bounded2smp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

using namespace format;

int main(int argc, char *argv[]){
int main(int argc, const char *argv[]){

std::map<std::string,std::string> qp_args;
parse_args_bounded(argc, argv, qp_args);
Expand Down
Loading

0 comments on commit cb338fd

Please sign in to comment.