# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Executable_Executable,treex)) $(eval $(call gb_Executable_set_include,treex,\ -I$(SRCDIR)/l10ntools/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_libraries,treex,\ sal \ )) $(eval $(call gb_Executable_use_static_libraries,treex,\ transex \ )) $(eval $(call gb_Executable_add_exception_objects,treex,\ l10ntools/source/treemerge \ l10ntools/source/treex \ )) $(eval $(call gb_Executable_use_externals,treex,\ boost_headers \ libxml2 \ )) # vim: set noet sw=4 ts=4: k LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/nlpsolver
AgeCommit message (Expand)Author
2019-09-06Fixing '....'Andrea Gelmini
2019-07-27Fix typosAndrea Gelmini
2019-06-03Checking of min and max factor value was added.Todor Balabanov
2019-06-03Range for DE scaling factor was implemented.Todor Balabanov
2019-05-17Some additional manual formatting.Todor Balabanov
2019-05-13nlpsolver: This is considered internal codeSamuel Mehrbrodt
2019-05-12Formatting - Eclipse IDE Java Conventions with spaces for indentation.Todor Balabanov
2019-05-12Generate behavior code simplification and very small speed-up.Todor Balabanov
2019-05-10Import of each class is better practice than import of entire library.Todor Balabanov
2019-05-01Fisher-Yates shuffling algorithm achieves much better randomization.Todor Balabanov
2019-05-01Random class is better than Math random function.Todor Balabanov
2019-05-01Math pow is too slow in this case.Todor Balabanov
2018-06-26tdf#43388: add missing info for Evolutionary Algorithm SolverJulien Nabet