Class BaseObjectiveMonitor

Direct Known Subclasses:
ObjectiveMonitor

public class BaseObjectiveMonitor extends SearchMonitor
  • Constructor Details

    • BaseObjectiveMonitor

      public BaseObjectiveMonitor(long cPtr, boolean cMemoryOwn)
  • Method Details

    • getCPtr

      public static long getCPtr(BaseObjectiveMonitor obj)
    • swigRelease

      public static long swigRelease(BaseObjectiveMonitor obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class SearchMonitor
    • delete

      public void delete()
      Overrides:
      delete in class SearchMonitor
    • ObjectiveVar

      public IntVar ObjectiveVar(int index)
    • MinimizationVar

      public IntVar MinimizationVar(int index)
    • Step

      public long Step(int index)
    • Maximize

      public boolean Maximize(int index)
    • BestValue

      public long BestValue(int index)
    • Size

      public int Size()
    • is_active

      public boolean is_active()
    • set_active

      public void set_active(boolean is_active)