<div dir="ltr">Hello, thank you for your answers <br><br>>The ./configure command will show a summary of configuration options (they are automatically detected). This summary<br>>should contain the following line if you have GLPK properly installed:<br>
<br>>GLPK support.................. : yes<br><br>After running the ./configure command, I had this: <br><br>...<br>****************************** SUMMARY ******************************<br>...<br>Compiler supports long long... : yes<br>
<br>GLPK support.................. : yes<br>CPLEX support................. : no<br>...<br><br>> ... finish the installation by 'make' and 'make install'.<br><br>I did it and I'm now able to compile and run mip_demo.cc with the commands "g++ -o mip_demo mip_demo.cc -lemon -lglpk" and "./mip_demo". Output is: <br>
<br>Objective function value: 67<br>x1 = 8<br>x2 = 9<br><br>>On a side note, the autotool based build system is going to be<br>>deprecated in favor of CMAKE, so I suggest using<br><br>>mkdir build<br>>cd build<br>
>cmake -L ..<br><br>>instead of ./configure<br><br>>The option -L above has cmake printed various config settings (including<br>>the location of GLPK if is was found).<br><br>Sorry Alpar but I used the "./configure" command. <br>
<br>Thank you both of you :] ! <br><br></div>