samples.tutorials.to_sort.scheduling
Class MeetingScheduling
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MeetingScheduling
public MeetingScheduling(int nbP,
int nbE,
int[][] revAssignment)
buildModel
public void buildModel()
solve
public void solve()
main
public static void main(String[] args)
Copyright © 2012. All Rights Reserved.