Great work!
I am looking at the code here
|
constraint_indices = b.shape[0] + jnp.tile(jnp.arange(0, n-1)[:, None], (1, 3)).reshape(-1,) |
I am wondering if you could provide some clarification on how the constraints in the QAP are constructed. Specifically, could you explain the logic or steps involved in defining the constraints at that point in the code?
Thanks!
Great work!
I am looking at the code here
usbs/utils/qap_helpers.py
Line 195 in f36da24
I am wondering if you could provide some clarification on how the constraints in the QAP are constructed. Specifically, could you explain the logic or steps involved in defining the constraints at that point in the code?
Thanks!