choco.cp.solver.constraints.global.automata.fast_multicostregular
Class CostWrapper

java.lang.Object
  extended by choco.cp.solver.constraints.global.automata.fast_multicostregular.CostWrapper

public class CostWrapper
extends Object

Created by IntelliJ IDEA. User: julien Date: Apr 2, 2010 Time: 11:39:15 AM


Constructor Summary
CostWrapper(int[][][] costs)
           
CostWrapper(int[][][][] costs)
           
CostWrapper(int[] i, int[] j, int[] r, int[] q, int[] val)
           
 
Method Summary
 int get(int i, int j, int r, int q)
           
 boolean isStateDependant()
           
 int ressouces()
           
 int size()
           
 int states()
           
 int values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CostWrapper

public CostWrapper(int[][][] costs)

CostWrapper

public CostWrapper(int[][][][] costs)

CostWrapper

public CostWrapper(int[] i,
                   int[] j,
                   int[] r,
                   int[] q,
                   int[] val)
Method Detail

get

public int get(int i,
               int j,
               int r,
               int q)

ressouces

public int ressouces()

size

public int size()

values

public int values()

states

public int states()

isStateDependant

public boolean isStateDependant()


Copyright © 2012. All Rights Reserved.