Giter Site home page Giter Site logo

anassmeskini / gph Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 2.0 480 KB

Heuristics for mixed-integer programming

License: MIT License

CMake 5.95% C++ 94.05%
heuristics integer-programming linear-programming mixed-integer-programming operations-research optimization

gph's People

Contributors

anassmeskini avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Forkers

zrjer wenyuzhi

gph's Issues

make error

Hi,
I met some troubles when install the package.
In my computer(macOS), I have installed SoPlex. When I use make, such following errors:
GPH/src/core/Common.h:196:6: error: no template named 'optional' in namespace 'std'
std::optional<std::pair<std::vector, double>>
GPH/src/core/Common.cpp:184:6: error: no template named 'optional' in namespace 'std'
std::optional<std::pair<std::vector, double>>
PH/src/core/Common.cpp:229:11: error: no viable conversion from returned value of type 'pair<typename
__unwrap_ref_decay<vector<double, allocator > >::type, typename __unwrap_ref_decay<double &>::type>' (aka
'pair<std::__1::vector<double, std::__1::allocator >, double>') to function return type 'int'
return std::make_pair(std::move(localsolution), localobj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 errors generated.
make[2]: *** [CMakeFiles/gph.dir/src/core/Common.cpp.o] Error 1
make[1]: *** [CMakeFiles/gph.dir/all] Error 2
make: *** [all] Error 2

And I also use CLION to make, but has such error:
CMake Error at CMakeLists.txt:48 (message):
LP solver unknown

In fact, I can use SoPlex.
which soplex
/usr/local/bin/soplex

Could you help me ?

Example Data

Hi, very nice work! Could you please provide a small data that can run the code, wanna confirm the input data format? Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.