Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Oct 18, 2023
1 parent 3519bf7 commit 1cd9fa2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ class SolverFactory {
* @brief Returns a reference to the list of available solvers
*/
const std::vector<std::string> &get_solvers_list() const;
bool isXpress_available = false;

bool isXpress_available_ = false;
};

0 comments on commit 1cd9fa2

Please sign in to comment.