Skip to content

Commit

Permalink
Update osi.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa authored Mar 29, 2021
1 parent e1803b6 commit c29aa7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions osi.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Example of using COIN-OR OSI, building the instance internally
// with sparse matrix object
// Copyright (C) 2004, International Business Machines
// Corporation and others. All Rights Reserved.
// This code is licensed under the terms of the Eclipse Public License (EPL).

#ifndef SOLVER
#define SOLVER OsiCbcSolverInterface
Expand Down Expand Up @@ -544,4 +545,4 @@ void Osi_addSos(void *osi, int numberMembers, const int * columns, const double
delete sos;
}

}
}

0 comments on commit c29aa7c

Please sign in to comment.