MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / operator==

Method operator==

MiniZincIDE/solver.cpp:262–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262bool Solver::operator==(const Solver& s) const {
263 if (configFile.isEmpty() && s.configFile.isEmpty()) {
264 return id == s.id && version == s.version;
265 }
266 return configFile == s.configFile;
267}
268
269bool Solver::hasAllRequiredFlags()
270{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected