Class Online

All Implemented Interfaces:
Constraint, SatConstraint

@SideConstraint(args="n : nodes",
                inv="$nodeState(n) = online")
public class Online
extends SimpleConstraint
A constraint to force a node at being online. The constraint is only discrete.
Author:
Fabien Hermenier
  • Constructor Details

    • Online

      public Online​(Node n)
      Make a new constraint.
      Parameters:
      n - the node to set online
  • Method Details