lemon/soplex.cc
changeset 539 547e966b3b29
parent 462 9b082b3fb33f
child 540 9db62975c32b
equal deleted inserted replaced
1:98493e115012 2:b366dbcffe46
    17  */
    17  */
    18 
    18 
    19 #include <iostream>
    19 #include <iostream>
    20 #include <lemon/soplex.h>
    20 #include <lemon/soplex.h>
    21 
    21 
    22 #include <soplex/soplex.h>
    22 #include <soplex.h>
    23 
    23 
    24 
    24 
    25 ///\file
    25 ///\file
    26 ///\brief Implementation of the LEMON-SOPLEX lp solver interface.
    26 ///\brief Implementation of the LEMON-SOPLEX lp solver interface.
    27 namespace lemon {
    27 namespace lemon {