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

com.google.ortools.linearsolver.OptionalDoubleOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ortools/linear_solver/linear_solver.proto

package com.google.ortools.linearsolver;

public interface OptionalDoubleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:operations_research.OptionalDouble)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional double value = 1;
   * @return Whether the value field is set.
   */
  boolean hasValue();
  /**
   * optional double value = 1;
   * @return The value.
   */
  double getValue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy