Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ constraint_solver/

or-tools/src/constraint_solver/expr_cst.cc File Reference

#include <stddef.h>
#include <string>
#include <vector>
#include "base/commandlineflags.h"
#include "base/integral_types.h"
#include "base/logging.h"
#include "base/scoped_ptr.h"
#include "base/stringprintf.h"
#include "constraint_solver/constraint_solver.h"
#include "constraint_solver/constraint_solveri.h"
#include "util/const_int_array.h"

Go to the source code of this file.

Namespaces

namespace  operations_research

Functions

 DEFINE_int32 (cache_initial_size, 1024,"Initial size of the array of the hash ""table of caches for objects of type Var(x == 3)")
 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.


Function Documentation

DEFINE_int32 ( cache_initial_size  ,
1024  ,
"Initial size of the array of the hash ""table of caches for objects of type Var(x == 3)"   
)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Expression constraints


Variable Documentation

IntVar* const boolvar_

Definition at line 842 of file expr_cst.cc.

int64 cst_

Definition at line 347 of file expr_cst.cc.

Demon* demon_

Definition at line 251 of file expr_cst.cc.

IntExpr* const expr_

Definition at line 58 of file expr_cst.cc.

int64 max_

Definition at line 778 of file expr_cst.cc.

int64 min_

Definition at line 777 of file expr_cst.cc.

Rev<int> support_pos_

Definition at line 1009 of file expr_cst.cc.

int64 value_

Definition at line 59 of file expr_cst.cc.

ConstIntArray values_

Definition at line 895 of file expr_cst.cc.

IntVar* const var_

Definition at line 249 of file expr_cst.cc.