ExamplesJaCoP
Class FurnitureMoving

java.lang.Object
  extended by ExamplesJaCoP.Example
      extended by ExamplesJaCoP.FurnitureMoving

public class FurnitureMoving
extends Example

It is a simple logic puzzle about furniture moving.

Author:
Hakan Kjellerstrand (hakank@bonetmail.com) and Radoslaw Szymanek Problem from Marriott & Stuckey: 'Programming with constraints', page 112f Feature: testing cumulative. Also see http://www.hakank.org/JaCoP/

Field Summary
 
Fields inherited from class ExamplesJaCoP.Example
cost, search, store, vars
 
Constructor Summary
FurnitureMoving()
           
 
Method Summary
static void main(java.lang.String[] args)
          It executes the program which solves this logic puzzle.
 void model()
          It specifies a standard way of modeling the problem.
 void searchSpecific()
          It specifies search for that logic puzzle.
 
Methods inherited from class ExamplesJaCoP.Example
creditSearch, getSearch, getSearchVariables, getStore, printMatrix, search, searchAllAtOnce, searchAllOptimal, searchLDS, searchMasterSlave, searchMaxRegretOptimal, searchMiddle, searchMostConstrainedStatic, searchOptimal, searchSmallestDomain, searchSmallestMedian, searchSmallestMiddle, searchSmallestMin, searchWeightedDegree, searchWithMaxRegret, searchWithRestarts, shavingSearch
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FurnitureMoving

public FurnitureMoving()
Method Detail

model

public void model()
Description copied from class: Example
It specifies a standard way of modeling the problem.

Specified by:
model in class Example

main

public static void main(java.lang.String[] args)
It executes the program which solves this logic puzzle.

Parameters:
args -

searchSpecific

public void searchSpecific()
It specifies search for that logic puzzle.