Codebase list fet / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
This is FET version 5.48.1


Program description:

	FET is free timetabling software (licensed under the GNU Affero General Public License version 3 or later).
	This program aims to automatically generate the timetable of a school, high-school or university.
	It may be used for other timetabling purposes.

	FET can mean "Free Educational Timetabling" (the "E" in the middle may also stand for other words, based on your personal preference).

	FET homepage: https://lalescu.ro/liviu/fet/


Requirements:

	FET is created in the following environment: openSUSE Tumbleweed GNU/Linux distribution, Linux 5.9.11, Xfce 4.14,
	Xfce Terminal Emulator 0.8.9.2, Midnight Commander 4.8.25, Krusader 2.7.2, Kate 20.08.3, KDiff3 0.9.98, grep 3.5, sed 4.8,
	Thunar Bulk Rename 1.8.16, Qt 5.15.2, QMake 3.1, Qt Creator 4.13.3, gcc 10.2.1, g++ 10.2.1, make 4.3, gdb 9.2, Valgrind 3.16.1,
	Coverity Scan 2019.03, Cppcheck 2.3, SpeedCrunch 0.12, Inkscape 1.0.1, GIMP 2.10.22, ImageMagick 7.0.10, tar 1.32, gzip 1.10,
	bzip2 1.0.8, other great software (most of them are free software, in the sense defined by The Free Software Foundation).

	The executable version of FET for Windows is obtained in the following environment: Windows 10 operating system,
	Command Prompt, Total Commander 9.51, Notepad, Python 2.7.18, Qt 5.15.2, QMake 3.1, Qt Creator 4.13.3, MinGW 8.1.0, 7-Zip 19.00.

	FET is a C++ application and uses Qt, a C++ toolkit for cross-platform application development.
	FET can be run on any platform supported by Qt (GNU/Linux, Windows, Mac OS X, and maybe others).

	You will need a C++11 compliant C++ compiler to compile FET.

	GNU/Linux, Mac OS X:
	For running, you need only the archive of FET compiled for your operating system (which contains the necessary libraries).
	For compiling, you will need this software:
		make 4.2.1 or similar (GNU Make).
		gcc 10.2.1 or similar.
		g++ 10.2.1 or similar (or gcc-g++, or gcc-c++, the name may vary. This program may be included in the gcc package).
		Qt 5.15.2 or compatible (the authors also tried to maintain backwards source compatibility with Qt 4,
			but it seems that on some systems such an old Qt might not work correctly). Qt 6 should be fine.
		QMake 3.1 or compatible (usually available with Qt).

		Note: You need a C++11 compliant C++ compiler. You might be able to use the Clang C++ compiler or other C++ compiler instead of gcc and g++.

	Windows:
	For running, you need only the archive of FET compiled for Windows (which contains the necessary dll-s).
	For compiling, you need Qt and a compatible C++ compiler complying with the C++11 standard (MinGW is a possibility).


Download:

	You can download the latest version from the FET homepage, https://lalescu.ro/liviu/fet/


Getting - compiling - installing the GNU tools: make, gcc and g++ (or gcc-g++, or gcc-c++):

	GNU/Linux, maybe Mac OS X: Most probably, your platform has these installed by default or available on the internet
	as precompiled packages. If you don't have them, please install them using YaST (on openSUSE), Adept Manager
	(on Ubuntu) or other package manager.
	To verify that you have the correct packages, write "make --version", "gcc --version" and
	"g++ --version".
	Advice from a user on Ubuntu: "sudo apt-get install build-essential" installs build libraries commonly used.

	Maybe Mac OS X from a user: Install Xcode (current version is 7.3.1) from the Mac App Store.
	(Once installed, I think you'll need to open the Xcode app to finish the installation.)

	Windows: you need a Qt compatible C++ compiler.
	Maybe an easy option is the MinGW compiler, available optionally with the Qt distribution or on the Qt download page.
	(You might also download MinGW from the internet. There might be more variants. One of them is on: http://mingw-w64.org/)


Getting - compiling - installing Qt:

	Qt homepage: https://www.qt.io/

	You will need Qt 5.15.2 or compatible to compile FET (the authors also tried to maintain backwards source compatibility with Qt 4,
		but it seems that on some systems such an old Qt might not work correctly). Qt 6 should be fine.
	You can get the corresponding version of Qt with your package manager or from the internet (preferably from the Qt homepage).
	Qt can be used with the GNU (L)GPL or commercial license (The authors chose the GNU (L)GPL license).

	GNU/Linux: It is possible to use YaST (or Adept Manager) or other package managers to get your version of Qt, pre-compiled.
	Or you can download, (possibly) compile and install Qt from the internet (preferably from its homepage).
	A possible name for the precompiled package is libqt5.
	A user reported that on Ubuntu "sudo apt-get install qt5-default" without quotes should work.

	Windows - Download latest Qt from the internet (preferably from its homepage). There are available precompiled packages, but the authors chose
	to compile Qt from the sources using the additional configure option "-schannel". This is done to ensure that SSL will work in FET using the
	available SSL dll-s from Windows. For a faster Qt configuration, the authors download/compile/install only the qtbase component,
	with a configure command which might look like:
	"configure.bat -opensource -confirm-license -platform win32-g++ -schannel -opengl desktop -release -nomake examples -nomake tests".
	(When we tried to use the recommended option "-opengl dynamic" we got a compiler error.)
	Note that to be able to open ui files with Qt Designer or ts files with Qt Linguist you need to install the Qt component qttools
	(or the whole Qt package).

	Mac OS X:
	Maybe you can get pre-compiled Qt packages for Mac OS X. If not, get Qt from the internet (preferably from its homepage).

	Note about the Qt "QMAKESPEC" variable: advanced topic, read this if you get Qt errors about the environment not being set, or environment
	variable QMAKESPEC not being set, or if the Qt environment is not set correctly: Qt needs to know the environment you are using. It is usually
	something like: linux-g++, macx-g++ or win32-g++ (platform-compiler). You can find all the supported platforms in the directory "mkspecs" of Qt
	(some usual locations are /usr/share/qt5/mkspecs or /usr/lib/qt5/mkspecs on GNU/Linux or C:\Qt\5.15.2\mkspecs on Windows).
	It seems that Qt automatically finds the platform (there is a default configuration in the "default" subdirectory of the "mkspecs" directory,
	which is created automatically when you install Qt). If the default configuration is not working or is wrong, you may need to set the
	correct QMAKESPEC variable for your platform. Under Windows, you can create an environment variable QMAKESPEC equal to win32-g++
	(if you are using MinGW), under other platforms create an environment variable named QMAKESPEC equal with the correct platform-compiler
	you are working on (for instance macx-g++ or linux-g++).


Compiling FET:

	You will need a C++11 compliant C++ compiler to compile FET.

	Note: if after unpacking the tar.bz2 sources archive you obtain some files with incomplete/truncated file names in the sources directories,
	you might need to use a better (un)packer (probably a recent version of the official tar and bzip2 should be fine).
	For GNU/Linux and maybe Mac OS X, "tar -jxvf fet-v.v.v.tar.bz2" should work correctly.
	For Windows, either use a modern good (un)packer, or, advice from a user:
		1. download mingw-get-setup.exe from https://sourceforge.net/projects/mingw/files/
		2. run mingw-get-setup.exe
		3. check msys-base to be installed, Apply Changes from Installation menu and close MinGW Installation Manager
		4. run C:\MinGW\msys\1.0\msys.bat
		5. $ cd to the directory where the .tar.bz2 file is
		6. $ tar -jxvf fet-v.v.v.bz2

	Note2: compilation takes long (maybe even 1 hour, if you are using an older computer). The file
	rules.cpp takes the longest time to compile, maybe even 1 minute or more.

	Note3: the following situation may appear under GNU/Linux, but it could be met also on other platforms.
	Depending on your Qt installation, it may happen that the FET intermediary files and executables are very large (~100 MB for the fet executable
	instead of ~10 MB). It is not sure if this affects the FET speed and performance, but anyway it is unpleasant. In this case, you may want to
	modify some files in your system (Qt files) to improve this. You need to change some Qt configuration files and recompile FET from the beginning
	(remove any temporary files with make distclean or unpack FET sources again, in an empty location).
	Notations: mkspecs is a directory and QMAKE_CFLAGS_RELEASE and QMAKE_CXXFLAGS_RELEASE are two sections (text on two lines) contained in a file
	in a subdirectory of mkspecs (some possible location for these are given in this paragraph, shortly below).
	If mkspecs files for your platform contain the -g flag (text) in the QMAKE_CFLAGS_RELEASE or QMAKE_CXXFLAGS_RELEASE sections, you need to remove
	this flag. If they do not contain -g flag in these sections, then you don't need to remove anything (and most probably the intermediary files and fet
	executable will have normal size).
	More details about where can you find the mkspecs files: under openSUSE GNU/Linux, it seems that for newer versions of Qt (>=4.7.1), the problem
	is no longer present. In the past, the location of this minor problem was in the file /usr/share/qt5/mkspecs/common/g++.conf, at lines 10 and 25,
	you needed to remove the "-g" flag from the QMAKE_CFLAGS_RELEASE and QMAKE_CXXFLAGS_RELEASE sections (root access needed to make this change).
	Under Fedora GNU/Linux for the same problem, a user reported that you need to modify /usr/lib/qt4/mkspecs/common/g++.conf
	and /usr/lib/qt4/mkspecs/linux-g++/qmake.conf (remove the -g flag from QMAKE_CFLAGS_RELEASE and QMAKE_CXXFLAGS_RELEASE sections).
	(The mkspecs directory contains more subdirectories, in the form platform-compiler, you need to search for your corresponding directories/files.
	For instance, GNU/Linux with gcc compiler is named "linux-g++", and you may also need to modify the "common" section).
	Another solution, by another user: the addition of the lines
	 "linux-g++*: QMAKE_CXXFLAGS_RELEASE -= -g"
	 and
	 "linux-g++*: QMAKE_CFLAGS_RELEASE -= -g"
	 (without quotes) in the files src/src.pro and src/src-cl.pro (you can add them at the end of these files, or in another proper location).
	
	Note NMkJobs: advice from a user: if you have a multiple core computer, you may be able to split the compilation into more threads, with the -j option for the
	make command, so that the compilation is faster. This option creates a number of compilation threads equal with the number specified along with the -j option.
	Under GNU/Linux or Mac OS X, just write "make -j 2" if you have dual core or "make -j 4" if you have quad core (in case you have quad core and you want
	to keep a core free for other tasks, write "make -j 3"). This is proven to work under GNU/Linux and Mac OS X. Under Windows it depends on the C++ compiler (you
	may try it to see if it works).

	Currently FET can be compiled with a C++ compiler, using Qt version 5.15.2 or compatible.

	Note NUseSystemLocale: If you want FET to autodetect the system locale language, type <<qmake fet.pro "DEFINES+=USE_SYSTEM_LOCALE">>
	or simply <<qmake "DEFINES+=USE_SYSTEM_LOCALE">>. This will work if you recompile from the beginning all the FET package (remove
	all the intermediary files and recompile), and also if you did not use FET on this machine or if you remove the settings file/registry entry for FET
	(otherwise FET will retain the language which was already saved in its settings).
	
	Note4: If you get an error like this:
	In file included from ../../Qt5.3.2/5.3/gcc_64/include/QtGui/qopenglcontext.h:62:0,
		from ../../Qt5.3.2/5.3/gcc_64/include/QtGui/QtGui:32,
		from ../../Qt5.3.2/5.3/gcc_64/include/QtWidgets/QtWidgetsDepends:3,
		from ../../Qt5.3.2/5.3/gcc_64/include/QtWidgets/QtWidgets:3,
		from engine/import.cpp:35:
	../../Qt5.3.2/5.3/gcc_64/include/QtGui/qopengl.h:110:21: fatal error: GL/gl.h: No such file or directory
	 #  include <GL/gl.h>
					^
	compilation terminated.
	you may need to install additional packages before compiling FET. For instance, under openSUSE GNU/Linux you may need to install Mesa-devel.
	As reported by a user, on Mint GNU/Linux he needed to install mesa-common-dev and libgl1-mesa-dev.

	Note 5: If you only want to compile the command-line version, open the file fet.pro with a text editor and from the second line remove the
	text "src/src.pro ".


	GNU/Linux:
	- You will need Qt 5.15.2 or compatible to compile this program.
	- type "qmake fet.pro" or simply "qmake". You have to use qmake from Qt 5 series, which on some systems
	might be named qmake-qt5 (this command is executed very fast, so don't worry if you get immediate return from it)
	See also notes NUseSystemLocale and Note4 above.
	- type "make" (this takes a long time, maybe even 1 hour). See also note NMkJobs above.
	To remove the compiled objects/executable: "make clean" and/or "make distclean".


	Mac OS X:
	3 Variants:

	1. First variant, if you use the gcc compiler:
	- You will need Qt 5.15.2 or compatible to compile this program.
	- type "qmake fet.pro" or simply "qmake". You have to use qmake from Qt 5 series.
	(this command is executed very fast, so don't worry if you get immediate return from it)
	- IMPORTANT: you might need to write: "qmake -spec macx-g++ fet.pro", if "qmake fet.pro"
	does not produce a correct makefile.
	See also notes NUseSystemLocale and Note4 above.
	- type "make" (this takes a long time, maybe even 1 hour). See also note NMkJobs above.
	To remove the compiled objects/executable: "make clean" and/or "make distclean".

	2. Another variant:
	- Type "qmake fet.pro" and then "xcodebuild".

	3. Another variant, if you use the Clang C++ compiler (which seems to be the default for Qt 5.15.2 on Mac):
	It seems that you need to type:
	"/Users/Yourname/Qt5.15.2/5.15.2/clang_64/bin/qmake -r -spec /Users/Yourname/Qt5.15.2/5.15.2/clang_64/mkspecs/macx-clang", then "make"
	(the -r parameter might not be necessary.)
	Please see: https://lalescu.ro/liviu/fet/forum/index.php?topic=2488.msg13425#msg13425 (and also see the whole topic there.)


	Windows: MinGW C++ compiler: you need Qt 5.15.2 or compatible, and MinGW.
	You might use other C++ compilers if you want, please see the Qt documentation.
	for other variants. Any C++ compiler that supports Qt should be good.
	You need to run "qmake fet.pro" or "qmake" (this command is executed very fast, so don't worry if you get
	immediate return from it) and then, if you are using MinGW, "mingw32-make" (this takes a long time, maybe even 1 hour)
	in a command line in the FET directory.
	See also note NUseSystemLocale above.
	See also Note4 above.
	See also note NMkJobs above.
	(You can use the command line prompt of Windows or the Qt command line prompt shortcut in the Qt shortcuts menu.)
	Then, you can remove the directories "src" and "tmp", to save up space, if you want.
	You will need to copy the dll-s in the same directories as in the official FET archive for Windows.


Installing FET:

	GNU/Linux, and maybe Mac OS X:
	Type "make install" with root permissions.
	
	Mac OS X: A user reported that one can obtain a universal Mac OS X executable with:
	$ cd /"pathto"/Qt/5.5/clang_64/bin/
	$ ./macdeployqt /"pathto"/fet.app
	(with Qt 5.5)

	Windows:
	Move the FET directory to a place of your choice.


Running FET:
	Note: The FET main window contains a menu with the items: File, Data, Statistics, Advanced,
	Timetable, Settings, Help. Everything is right if you have that. Optionally, on the main window there may be a toolbox
	containing shortcuts (if selected by the user in the settings. By default it is selected).
	
	To run FET in interface mode, you just need to run the executable named fet or fet.exe.

	GNU/Linux, and maybe Mac OS X:
	- If you installed FET with "make install":
		Run the FET executable from the directory /usr/bin/ (it should be /usr/bin/fet for the interface version or /usr/bin/fet-cl for command line),
		or use the FET shortcut (/usr/share/applications/fet.desktop).
	- If you did not install FET with "make install":
		chdir to the directory where the fet executable is (for instance, "cd ~/fet-v.v.v/") and run it with "./fet" or with the suitable command
		for your platform. Alternatively, you may run the executable named fet from the fet-v.v.v directory, using another method. The fet executable
		will be located inside the fet-v.v.v directory after a successful compilation.
	
	Note for Mac OS X about using translations (if you want to run FET into other language): it seems that you need to copy the contents
	of the "translations/" directory into the directory fet-v.v.v/fet.app/Contents/MacOS/translations/ or into the directory /usr/share/fet/translations/
	(if you compiled/installed FET by yourself). Or copy the whole directory translations/ into fet-v.v.v/fet.app/Contents/MacOS/ or into usr/share/fet/
	More notes for the Mac OS X platform, from a user: copying the translations/ directory into the directory fet.app/Contents/MacOS/ is
	possible from the command line in X11 xterm (but it is not possible with the finder program, because the file extension ".app" is
	exclusive for applications, so the program finder interprets a directory with the extension ".app" as an application).

	Windows:
	Run the executable fet.exe (its location is inside the fet-v.v.v directory, you can find it there if you have FET precompiled for Windows or after you compiled it).

	Command line version usage: fet-cl --inputfile=FILE [other options]
		FILE is the input file, for instance "data.fet"

	Other options are:

		--outputdir=DIR
			DIR is the path to results directory, without trailing slash or backslash (default is current working path). Make sure you have write
			permissions there.

		--timelimitseconds=TLS
			TLS is an integer representing the time limit, in seconds, after which the program will stop the generation (default 2000000000, which is
			practically infinite).

		--htmllevel=LEVEL
			LEVEL is an integer from 0 to 7 and represents the detail level for the generated HTML timetables (default 2, larger values have more
			details/facilities and larger file sizes).

		--language=LANG
			LANG is one of: ar, ca, cs, da, de, el, en_GB, en_US, es, eu, fa, fr, gl, he, hu, id, it, ja, lt, mk, ms, nl, pl, pt_BR, ro, ru, si, sk,
			sq, sr, tr, uk, uz, vi, zh_CN, zh_TW (default en_US).

		--writetimetableconflicts=WT1
		--writetimetablesstatistics=WT2
		--writetimetablesxml=WT3
		--writetimetablesdayshorizontal=WT4
		--writetimetablesdaysvertical=WT5
		--writetimetablestimehorizontal=WT6
		--writetimetablestimevertical=WT7
		--writetimetablessubgroups=WT8
		--writetimetablesgroups=WT9
		--writetimetablesyears=WT10
		--writetimetablesteachers=WT11
		--writetimetablesteachersfreeperiods=WT12
		--writetimetablesrooms=WT13
		--writetimetablessubjects=WT14
		--writetimetablesactivitytags=WT15
		--writetimetablesactivities=WT16
			WT1 to WT16 are either true or false and represent whether you want the corresponding timetables to be written on the disk (default true).

		--printactivitytags=PAT
			PAT is either true or false and represets if you want activity tags to be present in the final HTML timetables (default true).

		--printnotavailable=PNA
			PNA is either true or false and represents if you want -x- (for true) or --- (for false) in the generated timetables for the not available
			slots (default true).

		--printbreak=PB
			PB is either true or false and represents if you want -X- (for true) or --- (for false) in the generated timetables for the break slots
			(default true).

		--dividetimeaxisbydays=DTAD
			DTAD is either true or false, represents if you want the HTML timetables with time-axis divided by days (default false).

		--duplicateverticalheaders=DVH
			DVH is either true or false, represents if you want the HTML timetables to duplicate vertical headers to the right of the tables, for
			easier reading (default false).

		--printsimultaneousactivities=PSA
			PSA is either true or false, represents if you want the HTML timetables to show related activities which have constraints with same
			starting time (default false). (for instance, if A1 (T1, G1) and A2 (T2, G2) have constraint activities same starting time, then in T1's
			timetable will appear also A2, at the same slot as A1).

		--randomseeds10=s10 --randomseeds11=s11 --randomseeds12=s12 --randomseeds20=s20 --randomseeds21=s21 --randomseeds22=s22
			where you need to specify all the 6 random seed components, and s10, s11, and s12 are integers from minimum 0 to maximum 4294967086,
			not all 3 zero, and s20, s21, and s22 are integers from minimum 0 to maximum 4294944442, not all 3 zero (you can get the same timetable
			if the input file is identical, if the FET version is the same (or if the generation algorithm did not change), and if all the 6 random seed
			components are respectively equal).

		--warnifusingnotperfectconstraints=WNP
			WNP is either true or false, represents whether you want a message box to be shown, with a warning, if the input file contains not perfect
			constraints (activity tag max hours daily or students max gaps per day) (default true).

		--warnifusingstudentsminhoursdailywithallowemptydays=WSMHDAED
			SMHDAEDP is either true or false, represents whether you want a message box to be shown, with a warning, if the input file contains nonstandard
			constraints students min hours daily with allow empty days (default true).

		--warnifusinggroupactivitiesininitialorder=WGA
			WGA is either true or false, represents whether you want a message box to be shown, with a warning, if the input file contains nonstandard
			timetable generation options to group activities in the initial order (default true).

		--warnsubgroupswiththesameactivities=WSSA
			WSSA is either true or false, represents whether you want a message box to be show, with a warning, if your input file contains subgroups
			which have the same activities (default true).

		--printdetailedtimetables=PDT
			PDT is either true or false, represents whether you want to show the detailed (true) or less detailed (false) years and groups timetables (default true).

		--printdetailedteachersfreeperiodstimetables=PDTFP
			PDTFP is either true or false, represents whether you want to show the detailed (true) or less detailed (false) teachers free periods
			timetables (default true).

		--exportcsv=ECSV
			ECSV is either true or false, represents whether you want to export the CSV file and timetables (default false).

		--overwritecsv=OCSV
			OCSV is either true or false, represents whether you want to overwrite old CSV files, if they exist (default false).

		--firstlineisheadingcsv=FLHCSV
			FLHCSV is either true or false, represents whether you want the heading of the CSV files to be header (true) or data (false). The default
			value is true.

		--quotescsv=QCSV
			QCSV is one value from the set [doublequotes|singlequotes|none] (write a single value from these three exactly as it is written here).
			The default value is doublequotes.

		--fieldseparatorcsv=FSCSV
			FSCSV is one value from the set [comma|semicolon|verticalbar] (write a single value from these three exactly as it is written here).
			The default value is comma.

		--showvirtualrooms=SVR
			SVR is either true or false, represents whether you want to show virtual rooms in the timetables (default false).

		--warnifusingactivitiesnotfixedtimefixedspacevirtualroomsrealrooms=WANFTFS
			WANFTFS is either true or false, represents whether you want the program to issue a warning if you are using activites which are not
			fixed in time, but are fixed in space in a virtual room, specifying also the real rooms (which is not recommended) (default true).

		--warnifusingmaxhoursdailywithlessthan100percentweight=WMHDWLT100PW
			WMHDWLT100PW is either true or false, represents whether you want the program to issue a warning if you are using constraints of type
			teacher(s)/students (set) max hours daily with a weight less than 100% (default true).
			
		--verbose=VBS
			VBS is either true or false, represents whether you want additional generation messages and other messages to be shown on the command
			line (default false).

	Run "fet-cl --help" to get usage information.

	Run "fet-cl --version" to get version information.

	You can ask the FET command line process to stop the timetable generation, by sending it the SIGTERM (or SIGBREAK, on Windows) signal. FET will then
	write the current timetable and the highest stage timetable and exit. (If you send the FET command line the SIGINT signal it will stop immediately,
	without writing the timetable.)

	The result of the operation is logged in the file outputdir/logs/result.txt.

	Also, you have in logs the initial order of activities and a list of maximum placed number of activities. If your timetable is impossible, say it stops
	at maximum n placed activities, look at the n+1-st activity in the initial order, for it or its students/teachers may be the problem.

	For the command line version, probably the most useful output to use internally in an application might be the activities_timetable.xml.
	You have of course also the xml timetables for students and teachers and the nicely formatted HTML timetables to present directly.

	You'll get a console output to help you with data, along with the files in the directory outputdir/logs/.
	
	If you are a programmer, in the file src/engine/messageboxes.cpp you'll find the implementation of the various messages. You
	can modify these functions, catching them in your program. Also, you can catch the end of the program (successful or unsuccessful) in
	the file src/interface/fet.cpp, in the command-line code part.
	
	If you want to be completely independent from Qt, using only standard C++, you can remove all the Qt includes and
	reimplement the used Qt classes QString, QList, QSet, QHash, and maybe others (only the member functions which are necessary). Or just get
	the corresponding code from Qt (Please review the Qt licensing options, in this case. Currently, they include GNU (L)GPL and commercial).
	The program should have independence of a particular implementation of QSet and QHash so, if you reimplement these two containers,
	any order of elements should lead to the same generation results. Contrary behavior should be reported as a bug.


Languages (translations):

	The translation files which the FET executable needs in order to be able to run in other languages are ending in .qm (like fet_**.qm)
	and they are located in the "translations" directory in the FET distribution.

	FET will search for translations (fet_**.qm files) in the following order:
	1) directly in the directory where the fet executable is,
	2) the directory "translations" in the directory where fet executable is,
	3) the directory /usr/share/fet/translations (under GNU/Linux or Mac OS X).

	So, on:
	Windows: if fet.exe is in C:\fet-v.v.v, fet will search for the file fet_**.qm in
		C:\fet-v.v.v and then in C:\fet-v.v.v\translations
	GNU/Linux: if the fet executable is in ~/fet-v.v.v, fet will search for the file fet_**.qm in
		~/fet-v.v.v, then in ~/fet-v.v.v/translations and then in /usr/share/fet/translations
	Mac OS X: the operation is approximately similar to the one for GNU/Linux.
		The difference is that it seems that the fet application on Mac OS X contains in turn other directories (application directories),
		so FET will search for the translations inside these application directories, not in the fet-v.v.v directory. The GNU/Linux style fet executable
		seems to be located in fet-v.v.v/fet.app/Contents/MacOS, so FET will search for the file fet_**.qm in the directory
		fet-v.v.v/fet.app/Contents/MacOS, then in the directory fet-v.v.v/fet.app/Contents/MacOS/translations,
		then in the directory /usr/share/fet/translations.
		Please see also the Mac OS X note from the section "Running FET".
		More notes for the Mac OS X platform, from a user: copying the translations/ directory into the directory fet.app/Contents/MacOS/ is
		possible from the command line in X11 xterm (but it is not possible with the finder program, because the file extension ".app" is
		exclusive for applications, so the program finder interprets a directory with the extension ".app" as an application).

	What to do if you get stuck with an unknown language: in each language, the submenu (Settings->)Language is translated also in English
		(like: Limba/Language in Romanian). You can select the US English language (en_US abbreviation) and then close and restart FET (press the middle button
		from the dialog that appears after trying to close FET, so that FET will exit without saving the current file).
	Another solution: modify the FET settings on your operating system:
		- Under GNU/Linux, and maybe Mac OS X, usually in your $HOME/.config directory you'll find a directory "fet",
		containing file "fettimetabling.conf". Edit that file - the line beginning with language, instead of language=... (for instance, language=ro),
		make it language=en_US (case sensitive).
		- Under Windows: run regedit.exe (Registry Editor), search key "fet". You will find a section "fet" with sub-section "fettimetabling".
		Modify the value name language (from, for instance, ro, or other language) to have the value data en_US (5 characters, case sensitive).
	Another solution: simply remove the translation files (or move them so they are not available to the fet executable) and start FET. It will report
		that the custom language is not found and it will revert to en_US.


Documentation:

	Some hints in the directory "fet-v.v.v/doc/" (under GNU/Linux or Mac OS X, they may be found in usr/share/doc/fet/ directory).
	Some other hints in the program Help menu.
	You may find more documentation on the FET homepage.


Input files:

	You can open a few sample input files in "fet-v.v.v/examples/" directory
	(under GNU/Linux or Mac OS X, they may be found in /usr/share/fet/examples/)


Uninstalling FET:

	GNU/Linux, and maybe Mac OS X: type "make uninstall" with root permissions. Then,

	GNU/Linux and Windows:
	Remove the directory fet-v.v.v. Also, you may want to remove the directory with the fet results (default: $HOME/fet-results).
	This will leave the settings of FET on your system. FET stores its settings in your operating system's dedicated section.
	If you really want to get rid of everything FET created, read below.

	To completely remove stored FET settings from your operating system:

	GNU/Linux:
	Usually, in your $HOME/.config directory you will find a directory "fet" containing the file "fettimetabling.conf".
	Remove the directory "fet" and its contents.

	Mac OS X: It seems that the configuration file might be: $HOME/Library/Preferences/com.fet.fettimetabling.plist

	Windows:
	Run regedit.exe (Registry Editor), search for the key "fet". You will find a section "fet" with the subsection "fettimetabling".
	Remove the "fet" section and its contents.


Feed-back / help:

	You are encouraged to express your opinion about this program, to send your data files, for the purpose of testing or
	for inclusion into examples, and also to report possible bugs and suggestions. See the FET homepage for contact information.


Copyright (C) 2002-2020 Liviu Lalescu, Volker Dirr.