samples.tutorials.to_sort.scheduling
Class MeetingScheduling

java.lang.Object
  extended by samples.tutorials.to_sort.scheduling.MeetingScheduling

public class MeetingScheduling
extends Object

Created by IntelliJ IDEA. User: hcambaza Date: Nov 28, 2008 Time: 2:23:37 PM A simple example


Field Summary
protected  int horizon
           
protected static Logger LOGGER
           
protected  CPModel m
           
protected  int nbE
           
protected  int nbP
           
protected  int[] numberOfEv
           
protected  TaskVariable[] proposals
           
protected  int[][] reva
           
 
Constructor Summary
MeetingScheduling(int nbP, int nbE, int[][] revAssignment)
           
 
Method Summary
 void buildModel()
           
static void main(String[] args)
           
 void solve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final Logger LOGGER

nbP

protected int nbP

nbE

protected int nbE

reva

protected int[][] reva

numberOfEv

protected int[] numberOfEv

horizon

protected int horizon

m

protected CPModel m

proposals

protected TaskVariable[] proposals
Constructor Detail

MeetingScheduling

public MeetingScheduling(int nbP,
                         int nbE,
                         int[][] revAssignment)
Method Detail

buildModel

public void buildModel()

solve

public void solve()

main

public static void main(String[] args)


Copyright © 2012. All Rights Reserved.