Mizux Seiha
8bb54b04ef
Bump Copyright to 2021
...
FYI:
find ortools \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/\(Copyright 2010\)-2018/\1-2021/g'
2021-04-01 21:00:53 +02:00
Corentin Le Molgat
2f0680127d
Backport from g3 to github
2019-03-13 13:51:31 +01:00
Corentin Le Molgat
9131b61060
Java: Remove IntTupleSet::RawData()
2019-03-04 00:05:12 +01:00
Laurent Perron
087868bcc2
maintenance on swig files; merge presolve context and expand context; minor fixes in the code
2019-02-05 15:06:47 +01:00
Corentin Le Molgat
3204c5ab93
Fix Java camelCase for CP methods
...
cd ortools/gen/com/google/ortools/constraintsolver
for i in *.java; do
i=${i%.java};
echo "$i.java:";
sed -e "s/[ ]*public .* \([A-Z][a-zA-Z]*\)(.*$/%rename (\1) operations_research::$i::\1;/;t;d" $i.java | sort -u;
echo "";
done
2019-01-15 17:29:55 +01:00
Laurent Perron
87b9d55b21
update license headers
2018-11-10 18:00:53 +01:00
Laurent Perron
03fccb4032
improve incrementality of glop when used in the sat solver; change more copyright dates; more documentation on the gate scheduling problem
2017-10-18 11:09:13 +02:00
Laurent Perron
66b8d23079
move src to ortools; simplified python generation; remove some namespaces in the ortools/base helper files
2017-04-26 17:30:25 +02:00