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

Method Sat

examples/sat.cpp:117–121  ·  view source on GitHub ↗

The actual problem

Source from the content-addressed store, hash-verified

115public:
116 /// The actual problem
117 Sat(const SatOptions& opt)
118 : Script(opt) {
119 parseDIMACS(opt.filename.c_str());
120 branch(*this, x, BOOL_VAR_AFC_MAX(), BOOL_VAL_MIN());
121 }
122
123 /// Constructor for cloning
124 Sat(Sat& s) : Script(s) {

Callers

nothing calls this directly

Calls 4

BOOL_VAR_AFC_MAXFunction · 0.85
BOOL_VAL_MINFunction · 0.85
branchFunction · 0.50
updateMethod · 0.45

Tested by

no test coverage detected