remove hack on mac/solve.cc after code move
This commit is contained in:
@@ -480,7 +480,7 @@ test_cc_cpp: \
|
||||
# $(MAKE) run SOURCE=examples/cpp/frequency_assignment_problem.cc # Need data file
|
||||
# $(MAKE) run SOURCE=examples/cpp/pdptw.cc ARGS="--pdp_file examples/data/pdptw/LC1_2_1.txt" # Fails on windows...
|
||||
$(MAKE) run SOURCE=examples/cpp/shift_minimization_sat.cc ARGS="--input examples/data/shift_scheduling/minimization/data_1_23_40_66.dat"
|
||||
$(MAKE) run DEBUG=-DNDEBUG\
|
||||
$(MAKE) run \
|
||||
SOURCE=examples/cpp/solve.cc \
|
||||
ARGS="--input examples/data/tests/test2.mps"
|
||||
|
||||
|
||||
@@ -509,7 +509,7 @@ objs/lp_data/mps_reader.$O: ortools/lp_data/mps_reader.cc \
|
||||
ortools/util/return_macros.h ortools/lp_data/sparse_column.h \
|
||||
ortools/lp_data/sparse_vector.h ortools/graph/iterators.h \
|
||||
ortools/util/fp_utils.h | $(OBJ_DIR)/lp_data
|
||||
$(CCC) -DNDEBUG $(DEPENDENCIES_INC) -c $(SRC_DIR)$Sortools$Slp_data$Smps_reader.cc $(OBJ_OUT)$(OBJ_DIR)$Slp_data$Smps_reader.$O
|
||||
$(CCC) $(CFLAGS) -c $(SRC_DIR)$Sortools$Slp_data$Smps_reader.cc $(OBJ_OUT)$(OBJ_DIR)$Slp_data$Smps_reader.$O
|
||||
|
||||
objs/lp_data/proto_utils.$O: ortools/lp_data/proto_utils.cc \
|
||||
ortools/lp_data/proto_utils.h \
|
||||
|
||||
Reference in New Issue
Block a user