All Questions
1 question
0
votes
1
answer
502
views
Need to speed up the operations on numpy arrays in python
I am solving an integer programming model by importing Cplex as a library in Python. Let's say the optimization problem has a constraint in the following form (Ax = b):
x0+x1+x1+x3 = 1
The indices of ...