Skip to content

Commit c432930

Browse files
committed
CI_WORKFLOW_COMMIT - upload libs and includes to manylinux_2_24_x86_64 [skip ci]
1 parent 636435b commit c432930

32 files changed

Lines changed: 20 additions & 2 deletions

manylinux_2_24_x86_64/include/ILPSolverIf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enum class SOLVER_ENUM {Cbc, SYMPHONY};
66
class ILPSolverIf {
77
private:
88
SOLVER_ENUM _se;
9-
int _t;
9+
int _t, _nvar, _nrow;
1010
void* _solver;
1111
double *_sol;
1212

@@ -25,6 +25,6 @@ class ILPSolverIf {
2525

2626
int solve(const int num_threads = 1);
2727
double *solution() { return _sol; }
28-
28+
void writelp(char* filename, char **varnames = nullptr, char **colnames = nullptr);
2929
};
3030
#endif
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libCbc.so.3.10.5
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libCbc.so.3.10.5
1.29 MB
Binary file not shown.
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libCbcSolver.so.3.10.5
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libCbcSolver.so.3.10.5
1.05 MB
Binary file not shown.

manylinux_2_24_x86_64/lib/libCgl.a

0 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libCgl.so.1.10.3

0 commit comments

Comments
 (0)