34 #ifndef __GECODE_DRIVER_HH__ 35 #define __GECODE_DRIVER_HH__ 39 #ifdef GECODE_HAS_GIST 47 #if !defined(GECODE_STATIC_LIBS) && \ 48 (defined(__CYGWIN__) || defined(__MINGW32__) || defined(_MSC_VER)) 50 #ifdef GECODE_BUILD_DRIVER 51 #define GECODE_DRIVER_EXPORT __declspec( dllexport ) 53 #define GECODE_DRIVER_EXPORT __declspec( dllimport ) 58 #ifdef GECODE_GCC_HAS_CLASS_VISIBILITY 59 #define GECODE_DRIVER_EXPORT __attribute__ ((visibility("default"))) 61 #define GECODE_DRIVER_EXPORT 67 #ifndef GECODE_BUILD_DRIVER 68 #define GECODE_LIBRARY_NAME "Driver" 128 char* argument(
int argc,
char* argv[])
const;
134 virtual int parse(
int argc,
char* argv[]) = 0;
136 virtual void help(
void) = 0;
140 static char* strdup(
const char* s);
142 static char* stredup(
const char* s);
144 static void strdel(
const char* s);
158 void value(
const char*
v);
160 const char* value(
void)
const;
162 virtual int parse(
int argc,
char* argv[]);
164 virtual void help(
void);
193 int value(
void)
const;
195 void add(
int v,
const char* o,
const char* h = NULL);
197 virtual int parse(
int argc,
char* argv[]);
199 virtual void help(
void);
214 IntOption(
const char* o,
const char* e,
int v=0);
218 int value(
void)
const;
220 virtual int parse(
int argc,
char* argv[]);
222 virtual void help(
void);
236 void value(
unsigned int v);
238 unsigned int value(
void)
const;
240 virtual int parse(
int argc,
char* argv[]);
242 virtual void help(
void);
256 void value(
double v);
258 double value(
void)
const;
260 virtual int parse(
int argc,
char* argv[]);
262 virtual void help(
void);
274 BoolOption(
const char* o,
const char* e,
bool v=
false);
278 bool value(
void)
const;
280 virtual int parse(
int argc,
char* argv[]);
282 virtual void help(
void);
300 virtual int parse(
int argc,
char* argv[]);
302 virtual void help(
void);
318 int value(
void)
const;
320 virtual int parse(
int argc,
char* argv[]);
322 virtual void help(
void);
340 virtual void help(
void);
351 void parse(
int& argc,
char* argv[]);
354 const char* name(
void)
const;
356 void name(
const char*);
412 #ifdef GECODE_HAS_CPPROFILER 429 void model(
int v,
const char* o,
const char* h = NULL);
431 int model(
void)
const;
434 void symmetry(
int v);
436 void symmetry(
int v,
const char* o,
const char* h = NULL);
438 int symmetry(
void)
const;
441 void propagation(
int v);
443 void propagation(
int v,
const char* o,
const char* h = NULL);
445 int propagation(
void)
const;
453 void branching(
int v);
455 void branching(
int v,
const char* o,
const char* h = NULL);
457 int branching(
void)
const;
460 void decay(
double d);
462 double decay(
void)
const;
465 void seed(
unsigned int s);
467 unsigned int seed(
void)
const;
472 double step(
void)
const;
480 void search(
int v,
const char* o,
const char* h = NULL);
482 int search(
void)
const;
495 void c_d(
unsigned int d);
497 unsigned int c_d(
void)
const;
500 void a_d(
unsigned int d);
502 unsigned int a_d(
void)
const;
505 void d_l(
unsigned int d);
507 unsigned int d_l(
void)
const;
510 void node(
unsigned int n);
512 unsigned int node(
void)
const;
515 void fail(
unsigned int n);
517 unsigned int fail(
void)
const;
520 void time(
unsigned int t);
522 unsigned int time(
void)
const;
525 void assets(
unsigned int n);
527 unsigned int assets(
void)
const;
530 void slice(
unsigned int n);
532 unsigned int slice(
void)
const;
540 void restart_base(
double base);
542 double restart_base(
void)
const;
545 void restart_scale(
unsigned int scale);
547 unsigned int restart_scale(
void)
const;
550 void nogoods(
bool b);
552 bool nogoods(
void)
const;
562 double relax(
void)
const;
565 void interrupt(
bool b);
567 bool interrupt(
void)
const;
578 void samples(
unsigned int s);
580 unsigned int samples(
void)
const;
583 void iterations(
unsigned int i);
585 unsigned int iterations(
void)
const;
588 void print_last(
bool p);
590 bool print_last(
void)
const;
593 void out_file(
const char*
f);
595 const char* out_file(
void)
const;
598 void log_file(
const char*
f);
600 const char* log_file(
void)
const;
605 int trace(
void)
const;
607 #ifdef GECODE_HAS_CPPROFILER 608 void profiler_id(
int i);
611 int profiler_id(
void)
const;
613 void profiler_port(
unsigned int p);
615 unsigned int profiler_port(
void)
const;
617 void profiler_info(
bool b);
619 bool profiler_info(
void)
const;
623 #ifdef GECODE_HAS_GIST 630 unsigned int n_click;
634 unsigned int n_solution;
642 unsigned int n_compare;
682 virtual void help(
void);
684 void parse(
int& argc,
char* argv[]);
687 void size(
unsigned int s);
689 unsigned int size(
void)
const;
703 virtual void help(
void);
705 void parse(
int& argc,
char* argv[]);
708 void instance(
const char* s);
710 const char* instance(
void)
const;
719 namespace Gecode {
namespace Driver {
728 template<
class BaseSpace>
736 virtual void print(std::ostream& os)
const;
738 virtual void compare(
const Space& home, std::ostream& os)
const;
740 static std::ostream& select_ostream(
const char* sn, std::ofstream& ofs);
750 template<
class Script,
template<
class>
class Engine,
class Options>
753 template<
class Script,
template<
class>
class Engine,
class Options,
754 template<
class,
template<
class>
class>
class Meta>
755 static void runMeta(const Options&
opt,
Script* s);
758 #ifdef GECODE_HAS_FLOAT_VARS 761 template<
class BaseSpace>
766 : BaseSpace(opt.
step()) {}
775 template<
class BaseSpace>
829 #ifdef GECODE_HAS_FLOAT_VARS Driver::UnsignedIntOption _c_d
Copy recomputation distance.
Restart with linear sequence.
Driver::BoolOption _interrupt
Whether to catch SIGINT.
Options for scripts with additional size parameter
const Gecode::FloatNum step
Helper class storing Gist inspectors.
Driver::UnsignedIntOption _iterations
How many iterations per sample.
Driver::DoubleOption _decay
Decay option.
unsigned int cur
Current value.
Driver::DoubleOption _step
Step option.
ScriptMode
Different modes for executing scripts.
const char * exp
Short explanation.
Value * next
Next option value.
const char * opt
String for option value.
Abstract base class for comparators.
Driver::DoubleOption _threads
How many threads to use.
Driver::UnsignedIntOption _nogoods_limit
Limit for no-good extraction.
GECODE_FLATZINC_EXPORT FlatZincSpace * parse(const std::string &fileName, Printer &p, std::ostream &err=std::cerr, FlatZincSpace *fzs=NULL, Rnd &rnd=defrnd)
Parse FlatZinc file fileName into fzs and return it.
Driver::StringOption _restart
Restart method option.
Driver::BoolOption _nogoods
Whether to use no-goods.
Class to ignore the step option value.
Driver::UnsignedIntOption _d_l
Discrepancy limit for LDS.
Value * lst
Last option value.
Driver::UnsignedIntOption _profiler_port
Connect to this port.
Array with arbitrary number of elements.
Restart with Luby sequence.
Driver::ScriptBase< Driver::IgnoreStepOption< IntMinimizeSpace > > IntMinimizeScript
Base-class for scripts for finding solution of lowest integer cost.
Driver::DoubleOption _r_base
Restart base.
Driver::ScriptBase< Driver::ExtractStepOption< FloatMaximizeSpace > > FloatMaximizeScript
Base-class for scripts for finding solution of highest float cost.
Driver::BoolOption _profiler_info
Whether solution information should be sent to the CPProfiler.
RestartMode
Different modes for restart-based search.
Abstract base class for inspectors.
Parametric base-class for scripts.
const char * iopt
String for option (including hyphen)
const char * eopt
String for option (excluding hyphen)
Driver::StringOption _model
General model options.
unsigned int _size
Size value.
Integer propagation level option.
IgnoreStepOption(BaseSpace &e)
Constructor used for cloning.
int p
Number of positive literals for node type.
Gecode::IntArgs i(4, 1, 2, 3, 4)
Driver::ScriptBase< Driver::IgnoreStepOption< IntLexMaximizeSpace > > IntLexMaximizeScript
Base-class for scripts for finding solution of lexically highest integer costs.
int n
Number of negative literals for node type.
Driver::ScriptBase< Driver::ExtractStepOption< FloatMinimizeSpace > > FloatMinimizeScript
Base-class for scripts for finding solution of lowest float cost.
Driver::UnsignedIntOption _fail
Cutoff for number of failures.
Print solution and some statistics.
const char * help
Optional help text.
Driver::UnsignedIntOption _samples
How many samples.
Driver::StringValueOption _log_file
Where to print statistics.
Driver::UnsignedIntOption _assets
Number of assets in a portfolio.
const unsigned int a_d
Create a clone during recomputation if distance is greater than a_d (adaptive distance) ...
Simple propagation levels.
Value * fst
First option value.
Driver::StringOption _propagation
Propagation options.
Base class for script options.
const char * _name
Script name.
unsigned int size(I &i)
Size of all ranges of range iterator i.
Driver::StringOption _search
Search options.
Driver::BoolOption _print_last
Print only last solution found.
BaseOption * next
Next option Check for option and return its argument.
const unsigned int d_l
Default discrepancy limit for LDS.
#define GECODE_DRIVER_EXPORT
Driver::StringOption _symmetry
General symmetry options.
Driver::UnsignedIntOption _a_d
Adaptive recomputation distance.
Driver::UnsignedIntOption _time
Cutoff for time.
Driver::StringOption _mode
Script mode to run.
const double threads
Number of threads to use.
int val
Value for an option value.
Driver::DoubleOption _relax
Probability to relax variable.
Driver::ScriptBase< Driver::IgnoreStepOption< IntLexMinimizeSpace > > IntLexMinimizeScript
Base-class for scripts for finding solution of lexically lowest integer costs.
Post propagator for SetVar SetOpType SetVar SetRelType r
String-valued option (integer value defined by strings)
IntPropLevel
Propagation levels for integer propagators.
void print(std::basic_ostream< Char, Traits > &s, bool assigned, IL &lb, IU &ub, unsigned int cardMin, unsigned int cardMax)
Print set view.
struct Gecode::@585::NNF::@62::@63 b
For binary nodes (and, or, eqv)
Post propagator for f(x \diamond_{\mathit{op}} y) \sim_r z \f$ void rel(Home home
Driver::ScriptBase< Driver::IgnoreStepOption< IntMaximizeSpace > > IntMaximizeScript
Base-class for scripts for finding solution of highest integer cost.
void relax(Home home, const FloatVarArgs &x, const FloatVarArgs &sx, Rnd r, double p)
const double base
Base for geometric restart sequence.
Print statistics for script.
Run script with CP-profiler.
Options for scripts with additional instance parameter
Driver::TraceOption _trace
Trace flags for tracing.
Restart with geometric sequence.
Driver::StringValueOption _out_file
Where to print solutions.
Driver::BaseOption * fst
First registered option.
Driver::IntOption _profiler_id
Use this execution id for the CP-profiler.
const char * _inst
Instance string.
Driver::UnsignedIntOption _solutions
How many solutions.
Driver::StringOption _branching
Branching options.
IntPropLevel cur
Current value.
const char * cur
Current value.
Driver::BaseOption * lst
Last registered option.
const unsigned int c_d
Create a clone after every c_d commits (commit distance)
void trace(Home home, const FloatVarArgs &x, TraceFilter tf, int te, FloatTracer &t)
Create a tracer for float variables.
CompareStatus compare(I &i, J &j)
Check whether range iterator i is a subset of j, or whether they are disjoint.
Driver::IplOption _ipl
Integer propagation level.
Gecode toplevel namespace
Driver::UnsignedIntOption _seed
Seed option.
IgnoreStepOption(const Options &)
Constructor.
const unsigned int nogoods_limit
Depth limit for no-good generation during search.
Restart with constant sequence.
Driver::UnsignedIntOption _r_scale
Restart scale factor.
const unsigned int slice
Size of a slice in a portfolio and scale factor for restarts(in number of failures) ...
Driver::ScriptBase< Driver::IgnoreStepOption< Space > > Script
Base-class for scripts.
Driver::UnsignedIntOption _node
Cutoff for number of nodes.
int solutions(TestSpace *c, Gecode::Search::Options &o, int maxNbSol=-1)
Find number of solutions.
Driver::UnsignedIntOption _slice
Size of a portfolio slice.
virtual void help(void)
Print help text.