MCPcopy Create free account
hub / github.com/Gecode/gecode / runEngine

Method runEngine

gecode/flatzinc/flatzinc.cpp:1741–1749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1739
1740 template<template<class> class Engine>
1741 void
1742 FlatZincSpace::runEngine(std::ostream& out, const Printer& p,
1743 const FlatZincOptions& opt, Support::Timer& t_total) {
1744 if (opt.restart()==RM_NONE) {
1745 runMeta<Engine,Driver::EngineToMeta>(out,p,opt,t_total);
1746 } else {
1747 runMeta<Engine,RBS>(out,p,opt,t_total);
1748 }
1749 }
1750
1751#ifdef GECODE_HAS_CPPROFILER
1752

Callers

nothing calls this directly

Calls 1

restartMethod · 0.45

Tested by

no test coverage detected