Skip to content

Commit

Permalink
add authors to sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mrprajesh committed Apr 6, 2023
1 parent 6aa7fd8 commit 9e3ff8f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions parMDS.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
//~~~START:Thu, 16-Jun-2022, 12:43:32 IST
// For GECCO'23 Submission.
// nvc++ -O3 -std=c++14 -acc=multicore parMDS.cpp -o parMDS.out && time ./parMDS.out toy.vrp 32
/*
* Rajesh Pandian M | https://mrprajesh.co.in
* Somesh Singh | https://ssomesh.github.io
* Rupesh Nasre | www.cse.iitm.ac.in/~rupesh
* N.S.Narayanaswamy| www.cse.iitm.ac.in/~swamy
* MIT LICENSE
*/

#include <iostream>
#include <vector>
Expand Down
8 changes: 8 additions & 0 deletions seqMDS.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
//~~~START:Thu, 16-Jun-2022, 12:43:32 IST
// For GECCO'23 Submission.
// g++ -O3 -Wall -o "seqMDS".out "seqMDS.cpp" -std=c++14

/*
* Rajesh Pandian M | https://mrprajesh.co.in
* Somesh Singh | https://ssomesh.github.io
* Rupesh Nasre | www.cse.iitm.ac.in/~rupesh
* N.S.Narayanaswamy| www.cse.iitm.ac.in/~swamy
* MIT LICENSE
*/
#include <iostream>
#include <vector>
#include <set>
Expand Down

0 comments on commit 9e3ff8f

Please sign in to comment.