Browse Source

test commit

kolja 7 years ago
parent
commit
0889a43d41
2 changed files with 1 additions and 1 deletions
  1. 1 1
      Test/Test.cpp
  2. BIN
      Test/test.wav

+ 1 - 1
Test/Test.cpp

@@ -49,7 +49,7 @@ int main()
 
 
     IloRange sum_to_one( env, 1, 1 );
     IloRange sum_to_one( env, 1, 1 );
     IloObjective obj = IloMaximize( env, 0 );
     IloObjective obj = IloMaximize( env, 0 );
-
+    //test änderung
     sum_to_one.setLinearCoef( x1, 1 );
     sum_to_one.setLinearCoef( x1, 1 );
     sum_to_one.setLinearCoef( x2, 1 );
     sum_to_one.setLinearCoef( x2, 1 );
     obj.setLinearCoef( x1, 2 );
     obj.setLinearCoef( x1, 2 );

BIN
Test/test.wav