SIGN IN SIGN UP
google / or-tools UNCLAIMED

Google's Operations Research tools:

0 0 1 C++
2019-01-05 14:27:39 +01:00
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
2019-01-23 01:14:51 +01:00
"scoped_allocator": "cpp",
"*.inc": "cpp",
"vector": "cpp",
2019-01-23 03:58:10 +01:00
"utility": "cpp",
"__config": "cpp",
"__nullptr": "cpp",
"cstddef": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"optional": "cpp",
"stdexcept": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"variant": "cpp",
2019-02-22 11:24:23 +01:00
"algorithm": "cpp",
"memory": "cpp",
"__bit_reference": "cpp",
"__debug": "cpp",
"__functional_base": "cpp",
"__hash_table": "cpp",
"__locale": "cpp",
"__mutex_base": "cpp",
"__split_buffer": "cpp",
"__string": "cpp",
"__threading_support": "cpp",
"__tree": "cpp",
"__tuple": "cpp",
"array": "cpp",
"atomic": "cpp",
"bitset": "cpp",
"cctype": "cpp",
"chrono": "cpp",
"cmath": "cpp",
"condition_variable": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"forward_list": "cpp",
"functional": "cpp",
"iomanip": "cpp",
"ios": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"iterator": "cpp",
"limits": "cpp",
"list": "cpp",
"locale": "cpp",
"map": "cpp",
"mutex": "cpp",
"numeric": "cpp",
"ostream": "cpp",
"queue": "cpp",
"random": "cpp",
"ratio": "cpp",
"set": "cpp",
"sstream": "cpp",
"stack": "cpp",
"streambuf": "cpp",
"string": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"thread": "cpp",
"tuple": "cpp",
"unordered_map": "cpp",
2019-04-16 09:24:40 -07:00
"unordered_set": "cpp",
"__errc": "cpp",
"__node_handle": "cpp",
"any": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp",
"clocale": "cpp",
"csetjmp": "cpp",
"fstream": "cpp",
"future": "cpp",
"new": "cpp",
2019-05-16 16:50:11 +02:00
"valarray": "cpp",
"*.tcc": "cpp",
"hash_map": "cpp",
"hash_set": "cpp",
2019-08-06 18:40:33 -07:00
"slist": "cpp",
"regex": "cpp"
2019-01-23 01:14:51 +01:00
},
2019-01-05 14:27:39 +01:00
"C_Cpp.clang_format_fallbackStyle": "Google",
"C_Cpp.default.includePath": [
"${workspaceRoot}",
"${workspaceRoot}/ortools/gen",
"${workspaceRoot}/dependencies/install/include",
],
2022-02-18 16:27:42 +01:00
"C_Cpp.default.cppStandard": "c++20",
2019-01-05 14:27:39 +01:00
"C_Cpp.default.cStandard": "c11",
"C_Cpp.default.defines": [
"USE_BOP",
"USE_GLOP",
"USE_CLP",
2022-10-19 09:06:02 +02:00
"USE_CBC",
"USE_PDLP",
"USE_SCIP"
2019-01-05 14:27:39 +01:00
],
"C_Cpp.clang_format_style": "Google",
"python.formatting.provider": "yapf",
2019-01-05 14:38:12 +01:00
"python.pythonPath": "python3",
"python.autoComplete.extraPaths": [
"${workspaceRoot}",
"${workspaceRoot}/ortools/gen",
"${workspaceRoot}/dependencies/sources/protobuf-3.6.1/python",
],
"[cpp]": {
"editor.tabSize": 2,
},
"[csharp]": {
2022-02-18 16:27:42 +01:00
"editor.tabSize": 2,
2019-01-05 14:38:12 +01:00
},
"[java]": {
2022-02-18 16:27:42 +01:00
"editor.tabSize": 2,
2019-01-05 14:38:12 +01:00
},
"[python]": {
"editor.tabSize": 4,
2019-03-28 16:25:54 +01:00
},
"java.configuration.updateBuildConfiguration": "interactive",
2019-05-05 18:02:49 +02:00
"maven.view": "hierarchical",
2019-08-13 08:32:44 -07:00
"git.ignoreLimitWarning": true,
2019-01-05 14:27:39 +01:00
}
2022-02-18 16:27:42 +01:00
}