|
G-VRP-instance-generation
|

Public Member Functions | |
| Cplex_model (const I &instance_, unsigned int time_limit_) | |
| virtual pair< S, Mip_solution_info > | run ()=0 |
Public Attributes | |
| const I & | instance |
| S * | solution |
| unsigned int | time_limit |
| unsigned int | max_num_feasible_integer_sol |
| bool | VERBOSE |
| IloEnv | env |
| IloModel | model |
Static Public Attributes | |
| static constexpr double | INTEGRALITY_TOL = 1e-5 |
Protected Member Functions | |
| void | setParameters () |
Protected Attributes | |
| IloCplex | cplex |
1.8.13