Home
last modified time | relevance | path

Searched refs:_use_soplex (Results 1 – 2 of 2) sorted by relevance

/dports/math/topcom/topcom-0.17.8/lib-src/
H A DCommandlineOptions.hh41 static bool _use_soplex; member in CommandlineOptions
83 inline static bool use_soplex() { return _use_soplex; } in use_soplex()
H A DCommandlineOptions.cc35 bool CommandlineOptions::_use_soplex = false; member in CommandlineOptions
320 _use_soplex = true; in init()