All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.btrplace.scheduler.choco.transition.package-info Maven / Gradle / Ivy

Go to download

Implementation of the VM scheduler that use the Constraint Programming solver CHOCO to compute solutions.

The newest version!
/*
 * Copyright  2020 The BtrPlace Authors. All rights reserved.
 * Use of this source code is governed by a LGPL-style
 * license that can be found in the LICENSE.txt file.
 */

/**
 * Different classes to model the possible state transitions for a VM or a node.
 * The most common entry point is {@link org.btrplace.scheduler.choco.transition.TransitionFactory} that
 * will pick up the right model according to the initial and the next state of an element.
 *
 * Once the associated {@link org.btrplace.scheduler.choco.ReconfigurationProblem} solved,
 * the associated transitions will generate {@link org.btrplace.plan.event.Action}.
 * @see org.btrplace.scheduler.choco.transition.Transition
 * @see org.btrplace.scheduler.choco.transition.TransitionFactory
 */
package org.btrplace.scheduler.choco.transition;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy