Changeset 9f39e6 in git for IntegerProgramming/gen_test.cc


Ignore:
Timestamp:
Feb 1, 2012, 6:35:13 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
b6b61689e26a509292ac79af82cef26348104668
Parents:
72486f0639537653ca068a90c827262845f27ce2
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-01 18:35:13+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-03 18:41:14+01:00
Message:
misc changes

FIX: factory internal includes (better no "factory/" prefix!)
FIX: IntegerProgramming/gen_test.cc: due to C++-Standard main should return an int
File:
1 edited

Legend:

Unmodified
Added
Removed
  • IntegerProgramming/gen_test.cc

    r72486f0 r9f39e6  
    99#include "testdata.h"
    1010
    11 main()
     11int main(void)
    1212{
    1313  ofstream output1("IP/testmatrix1");
     
    6565  ofstream output6c("IP/testproblem6c");
    6666  random_problems(3*5,5,0,5,output6c);
     67  return 0;
    6768}
    6869#endif
Note: See TracChangeset for help on using the changeset viewer.