Generated on Tue May 22 09:42:00 2018 for Gecode by doxygen 1.6.3

Test::Int::NoOverlap::IntOpt2 Class Reference
[No-overlap constraints]

Test for no-overlap with optional rectangles More...

List of all members.

Public Member Functions

 IntOpt2 (int m, const Gecode::IntArgs &w0, const Gecode::IntArgs &h0)
 Create and register test with maximal value m and n rectangles.
virtual bool solution (const Assignment &xyo) const
 Test whether xyo is solution
virtual void post (Gecode::Space &home, Gecode::IntVarArray &xyo)
 Post constraint on xwyho.

Protected Attributes

Gecode::IntArgs w
 Width.
Gecode::IntArgs h
 Height.

Detailed Description

Test for no-overlap with optional rectangles

Definition at line 89 of file no-overlap.cpp.


Constructor & Destructor Documentation

Test::Int::NoOverlap::IntOpt2::IntOpt2 ( int  m,
const Gecode::IntArgs w0,
const Gecode::IntArgs h0 
) [inline]

Create and register test with maximal value m and n rectangles.

Definition at line 97 of file no-overlap.cpp.


Member Function Documentation

virtual bool Test::Int::NoOverlap::IntOpt2::solution ( const Assignment xyo  )  const [inline, virtual]

Test whether xyo is solution

Implements Test::Int::Test.

Definition at line 101 of file no-overlap.cpp.

virtual void Test::Int::NoOverlap::IntOpt2::post ( Gecode::Space home,
Gecode::IntVarArray xyo 
) [inline, virtual]

Post constraint on xwyho.

Implements Test::Int::Test.

Definition at line 118 of file no-overlap.cpp.


Member Data Documentation

Width.

Definition at line 92 of file no-overlap.cpp.

Height.

Definition at line 94 of file no-overlap.cpp.


The documentation for this class was generated from the following file: