Tests for minimal modelling constraints (arithmetic) More...
Classes | |
class | Abs |
Test for absolute value constraint More... | |
class | Div |
Test for division constraint More... | |
class | Max |
Test for binary maximum constraint More... | |
class | MaxNary |
Test for n-ary maximum constraint More... | |
class | Min |
Test for binary minimum constraint More... | |
class | MinNary |
Test for n-ary minimmum constraint More... | |
class | Minus |
Test for subtraction constraint More... | |
class | Mod |
Test for division constraint More... | |
class | Mult |
Test for multiplication constraint More... | |
class | Plus |
Test for addition constraint More... | |
class | Sqr |
Test for sqr constraint More... | |
class | Sqrt |
Test for sqrt constraint More... | |
Tests for minimal modelling constraints (arithmetic)
const int Test::Int::MiniModelArithmetic::v1[7] |
Definition at line 298 of file mm-arithmetic.cpp.
const int Test::Int::MiniModelArithmetic::v2[9] |
Definition at line 303 of file mm-arithmetic.cpp.
Gecode::IntSet Test::Int::MiniModelArithmetic::d1(v1, 7) | ( | v1 | , |
7 | ) |
Gecode::IntSet Test::Int::MiniModelArithmetic::d2(v2, 9) | ( | v2 | , |
9 | ) |
Gecode::IntSet Test::Int::MiniModelArithmetic::d3(-8, 8) | ( | - | 8, |
8 | ) |
Abs Test::Int::MiniModelArithmetic::abs_bnd_max("A", d1, Gecode::IPL_BND) | ( | "A" | , |
d1 | , | ||
Gecode::IPL_BND | ) |
Abs Test::Int::MiniModelArithmetic::abs_bnd_med("B", d2, Gecode::IPL_BND) | ( | "B" | , |
d2 | , | ||
Gecode::IPL_BND | ) |
Abs Test::Int::MiniModelArithmetic::abs_bnd_min("C", d3, Gecode::IPL_BND) | ( | "C" | , |
d3 | , | ||
Gecode::IPL_BND | ) |
Abs Test::Int::MiniModelArithmetic::abs_dom_max("A", d1, Gecode::IPL_DOM) | ( | "A" | , |
d1 | , | ||
Gecode::IPL_DOM | ) |
Abs Test::Int::MiniModelArithmetic::abs_dom_med("B", d2, Gecode::IPL_DOM) | ( | "B" | , |
d2 | , | ||
Gecode::IPL_DOM | ) |
Abs Test::Int::MiniModelArithmetic::abs_dom_min("C", d3, Gecode::IPL_DOM) | ( | "C" | , |
d3 | , | ||
Gecode::IPL_DOM | ) |
MinNary Test::Int::MiniModelArithmetic::min_nary |
Definition at line 356 of file mm-arithmetic.cpp.
MaxNary Test::Int::MiniModelArithmetic::max_nary |
Definition at line 357 of file mm-arithmetic.cpp.