List of Contributions

Vahid Mahmoodian

Contact Details

My Content

1 to 5 of 5 total
Posted By Vahid Mahmoodian Mon April 19, 2021 12:38 PM
Found In Egroup: Decision Optimization
\ view thread
I was using version 2.14.0 and you are right. It is fixed in the newer versions. Thank you! ------------------------------ Vahid Mahmoodian ------------------------------
Posted By Vahid Mahmoodian Mon April 19, 2021 09:52 AM
Found In Egroup: Decision Optimization
\ view thread
I have used remove_constraint of docplex with no problem before but for some reason, in the attached code, it gives the following error: " assert len(cpx_terms) == len(mdl_terms) AssertionError" I have no clue why it happens. I appreciate any help!! ------------------------------ Vahid Mahmoodian ...
Posted By Vahid Mahmoodian Mon April 19, 2021 09:52 AM
Found In Egroup: Decision Optimization
\ view thread
I have used remove_constraint method of docplex before but for a specific model it keep giving me the following assertion error that I have no idea how to fix: "assert len(cpx_terms) == len(mdl_terms) AssertionError" Here is a snippet of my code: # Obj 2 Obj2_ptr = MODEL.add_constraint(Y[1] ...
Posted By Vahid Mahmoodian Sat April 17, 2021 02:23 AM
Found In Library: Decision Optimization
#DecisionOptimization
Posted By Vahid Mahmoodian Fri April 16, 2021 02:46 PM
Found In Library: Decision Optimization
#DecisionOptimization