lemon/cplex.cc
branch1.1
changeset 1182 015801ff09d1
parent 1141 c3a7ca108705
parent 1181 d32e4453b48c
equal deleted inserted replaced
9:941401811b31 12:05dd24da9e21
    38   }
    38   }
    39 
    39 
    40   CplexEnv::CplexEnv() {
    40   CplexEnv::CplexEnv() {
    41     int status;
    41     int status;
    42     _cnt = new int;
    42     _cnt = new int;
       
    43     (*_cnt) = 1;
    43     _env = CPXopenCPLEX(&status);
    44     _env = CPXopenCPLEX(&status);
    44     if (_env == 0) {
    45     if (_env == 0) {
    45       delete _cnt;
    46       delete _cnt;
    46       _cnt = 0;
    47       _cnt = 0;
    47       throw LicenseError(status);
    48       throw LicenseError(status);