/* -*- mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* * Main authors: * Christian Schulte * Guido Tack * * Copyright: * Christian Schulte, 2009 * Guido Tack, 2010 * * This file is part of Gecode, the generic constraint * development environment: * http://www.gecode.org * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */ #include #include #include namespace Gecode { void unary(Home home, const IntVarArgs& s, const IntArgs& p, IntPropLevel ipl) { using namespace Gecode::Int; using namespace Gecode::Int::Unary; if (same(s)) throw Int::ArgumentSame("Int::unary"); if (s.size() != p.size()) throw Int::ArgumentSizeMismatch("Int::unary"); for (int i=0; i(s[i].max()) + p[i], "Int::unary"); } GECODE_POST; bool allOne = true; for (int i=0; i xv(home,s); switch (vbd(ipl)) { case IPL_BND: GECODE_ES_FAIL(Distinct::Bnd::post(home,xv)); break; case IPL_DOM: GECODE_ES_FAIL(Distinct::Dom::post(home,xv)); break; default: GECODE_ES_FAIL(Distinct::Val::post(home,xv)); } } else { TaskArray t(home,s.size()); for (int i=0; i(flex[i].max()) + fix[i], "Int::unary"); } GECODE_POST; bool fixp = true; for (int i=0; i tasks(home,flex.size()); for (int i=0; i(s[i].max()) + p[i], "Int::unary"); } bool allMandatory = true; for (int i=0; i t(home,s.size()); for (int i=0; i(flex[i].max()) + fix[i], "Int::unary"); } GECODE_POST; bool allMandatory = true; for (int i=0; i tasks(home,flex.size()); for (int i=0; i tasks(home,flex.size()); for (int i=0; i t(home,s.size()); for (int i=0; i t(home,s.size()); for (int i=0; i