Lab-Work / TEC_COF

Traffic Estimation and Control toolbox based on Convex Optimization Framework
2 stars 2 forks source link

Upper and lower bounds of internal and density condition variables are not set. #1

Open YanningLi opened 9 years ago

YanningLi commented 9 years ago

Internal conditions have decision variables: the vehicle id and the passing rate. The density conditions have the vehicle id and the density. In this version, the bounds of vehicle id for both internal and density conditions, and the passing rate are both set as -inf and inf. Need to investigate:

  1. Does -inf and inf bounds work with CPLEX?
  2. Can we learn a better range. E.g. realistically, the passing rate must be constrained in a range.