M
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 2
Posts
Recent activity by M-
How to include float exponents into objective function?
AnsweredDear community, I screened the recent posts, however, did not find a solution to my problem. I would like to use exponents as floats in my objective function. However, it does not work. Here is an ...
-
Binary variable in divisor
AnsweredDear Community, I face a problem that I could not completely solve: x is my binary decision variable that determines if a facility should be opened (x=1) or not (x=0) (10)/((1- x * .1) * 100) + s ...