소스 검색

test commit

kolja 7 년 전
부모
커밋
0889a43d41
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 );
     IloObjective obj = IloMaximize( env, 0 );
-
+    //test änderung
     sum_to_one.setLinearCoef( x1, 1 );
     sum_to_one.setLinearCoef( x2, 1 );
     obj.setLinearCoef( x1, 2 );

BIN
Test/test.wav