samples.multicostregular.planner
Class InstanceMaker

java.lang.Object
  extended by samples.multicostregular.planner.InstanceMaker

public class InstanceMaker
extends Object

Created by IntelliJ IDEA. User: julien Date: Nov 14, 2008 Time: 3:27:58 PM


Field Summary
static int A
           
static int B
           
static int C
           
static int D
           
static int E
           
static int F
           
static int G
           
static int H
           
static int I
           
static int J
           
static int K
           
static int L
           
static int M
           
static int N
           
static int O
           
static int P
           
static int Q
           
static int S
           
static int T
           
static int U
           
static int V
           
 
Constructor Summary
InstanceMaker()
           
 
Method Summary
 int[][] getRandomCostMatrix(int w, int h, long seed)
           
static void main(String[] args)
           
 IAutomaton makeAutomaton(int nbAct)
           
 DFA makeHadrienAuto()
           
 FiniteAutomaton makeTwoActivitiesAutomaton()
          create a new two activities automaton corresponding with two work activities a and b are activities (l,p,o) are lunch, break and rest the integer representation is 0 -> a 1 -> b 2 -> l 3 -> p 4 -> o
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

L

public static final int L
See Also:
Constant Field Values

P

public static final int P
See Also:
Constant Field Values

O

public static final int O
See Also:
Constant Field Values

A

public static final int A
See Also:
Constant Field Values

B

public static final int B
See Also:
Constant Field Values

C

public static final int C
See Also:
Constant Field Values

D

public static final int D
See Also:
Constant Field Values

E

public static final int E
See Also:
Constant Field Values

F

public static final int F
See Also:
Constant Field Values

G

public static final int G
See Also:
Constant Field Values

H

public static final int H
See Also:
Constant Field Values

I

public static final int I
See Also:
Constant Field Values

J

public static final int J
See Also:
Constant Field Values

K

public static final int K
See Also:
Constant Field Values

M

public static final int M
See Also:
Constant Field Values

N

public static final int N
See Also:
Constant Field Values

Q

public static final int Q
See Also:
Constant Field Values

S

public static final int S
See Also:
Constant Field Values

T

public static final int T
See Also:
Constant Field Values

U

public static final int U
See Also:
Constant Field Values

V

public static final int V
See Also:
Constant Field Values
Constructor Detail

InstanceMaker

public InstanceMaker()
Method Detail

makeAutomaton

public IAutomaton makeAutomaton(int nbAct)

makeTwoActivitiesAutomaton

public FiniteAutomaton makeTwoActivitiesAutomaton()
create a new two activities automaton corresponding with two work activities a and b are activities (l,p,o) are lunch, break and rest the integer representation is 0 -> a 1 -> b 2 -> l 3 -> p 4 -> o

Returns:
an instance of an Automaton

makeHadrienAuto

public DFA makeHadrienAuto()

getRandomCostMatrix

public int[][] getRandomCostMatrix(int w,
                                   int h,
                                   long seed)

main

public static void main(String[] args)


Copyright © 2012. All Rights Reserved.