Ignore:
Timestamp:
Feb 9, 2010, 6:50:36 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6c939eebfd221f2512b1e27d158d1b5457206987
Parents:
a477f80136c773f8acffd73512f53bf88a7c6fe8
Message:
short -> int

git-svn-id: file:///usr/local/Singular/svn/trunk@12539 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • IntegerProgramming/solve_IP.cc

    ra477f80 r194c2e7  
    1616  // with default settings
    1717  BOOLEAN verbose=FALSE;
    18   short version=1;
    19   short S_pair_criteria=11;
     18  int version=1;
     19  int S_pair_criteria=11;
    2020  double interreduction_percentage=12.0;
    2121
    2222///////////////////////// parse options /////////////////////////////////////
    2323
    24   short alg_option=0;
     24  int alg_option=0;
    2525  // no algorithm specified yet
    2626
     
    3030  {
    3131
    32     for(short i=1;i<argc-2;i++)
     32    for(int i=1;i<argc-2;i++)
    3333      // these are the input options
    3434    {
     
    250250      char* GROEBNER=new char[128];
    251251      memset(GROEBNER,0,128);
    252       short i=0;
     252      int i=0;
    253253      while(argv[argc-2][i]!='\0' && argv[argc-2][i]!='.' && argv[argc-2][i]>' ')
    254254      {
Note: See TracChangeset for help on using the changeset viewer.