CYCLUS
Namespaces | Macros | Functions
solver_factory.cc File Reference
#include "solver_factory.h"
#include <iostream>
#include "OsiClpSolverInterface.hpp"
#include "OsiCbcSolverInterface.hpp"
#include "CbcSolver.hpp"
#include "CoinTime.hpp"
#include "error.h"

Go to the source code of this file.

Namespaces

 cyclus
 

Macros

#define CYCLUS_SOLVER_TIMEOUT   10800
 

Functions

int cyclus::CbcCallBack (CbcModel *model, int from)
 
bool cyclus::HasInt (OsiSolverInterface *si)
 
void cyclus::ReportProg (OsiSolverInterface *si)
 
void cyclus::SolveProg (OsiSolverInterface *si, double greedy_obj, bool verbose)
 
void cyclus::SolveProg (OsiSolverInterface *si)
 
void cyclus::SolveProg (OsiSolverInterface *si, bool verbose)
 
void cyclus::SolveProg (OsiSolverInterface *si, double greedy_obj)
 

Macro Definition Documentation

◆ CYCLUS_SOLVER_TIMEOUT

#define CYCLUS_SOLVER_TIMEOUT   10800

Definition at line 76 of file solver_factory.cc.