lemon/lp_base.h
changeset 2024 4ab8a25def3c
parent 1956 a055123339d5
child 2026 8d49961ec50f
equal deleted inserted replaced
26:a863a15e2a4f 27:ee80fff0ca2a
    22 #include<vector>
    22 #include<vector>
    23 #include<map>
    23 #include<map>
    24 #include<limits>
    24 #include<limits>
    25 #include<cmath>
    25 #include<cmath>
    26 
    26 
    27 #include<lemon/utility.h>
    27 #include<lemon/bits/utility.h>
    28 #include<lemon/error.h>
    28 #include<lemon/error.h>
    29 #include<lemon/invalid.h>
    29 #include<lemon/bits/invalid.h>
    30 
    30 
    31 ///\file
    31 ///\file
    32 ///\brief The interface of the LP solver interface.
    32 ///\brief The interface of the LP solver interface.
    33 ///\ingroup gen_opt_group
    33 ///\ingroup gen_opt_group
    34 namespace lemon {
    34 namespace lemon {