COIN-OR::LEMON - Graph Library

Changeset 1319:6e277ba3fc76 in lemon-0.x for src/work/athos/lp/lp_cplex.h


Ignore:
Timestamp:
04/07/05 17:22:03 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1758
Message:

Cplex interface has improved a lot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/athos/lp/lp_cplex.h

    r1303 r1319  
    2121///\brief Header of the LEMON-CPLEX lp solver interface.
    2222
    23 #include "lp_base.h"
     23#include <lemon/lp_base.h>
    2424extern "C" {
    2525#include "ilcplex/cplex.h"
     
    109109    ///\bug Unimplemented
    110110    ///
    111     virtual SolutionStatus _solve();
     111    virtual SolveExitStatus _solve();
     112    ///\e
     113
     114    ///\bug Unimplemented
     115    ///
     116    virtual Value _getPrimal(int i);
    112117    ///\e
    113118   
    114119    ///\bug Unimplemented
    115120    ///
    116     virtual Value _getSolution(int i);
     121    virtual Value _getPrimalValue();
     122    ///\e
     123   
     124    ///\bug Unimplemented
     125    ///
     126    virtual SolutionStatus _getPrimalStatus();
     127
     128    ///\e
     129   
     130    ///\bug Unimplemented
     131    ///
     132    virtual void _setMax();
     133    ///\e
     134   
     135    ///\bug Unimplemented
     136    ///
     137    virtual void _setMin();
    117138
    118139  };
Note: See TracChangeset for help on using the changeset viewer.