Class Sat.Variable

java.lang.Object
net.hydromatic.morel.util.Sat.Term
net.hydromatic.morel.util.Sat.Variable
Enclosing class:
Sat

public static class Sat.Variable extends Sat.Term
Variable. Its value can be true or false.
  • Field Details

    • id

      public final int id
    • name

      public final String name
  • Constructor Details

    • Variable

      Variable(int id, String name)
  • Method Details