The ASCO optimizer supports having optimization variables which
can assume only discrete values in the IEC 60063 preferred number
series (E3, E6, E12, E24, E48, E96 and E192).
These preferred number series can now be specified in the
optimization dialog in the Variable Type selection.
Added an example schematic using an optimization with variables
in the E12 and E24 series.
New button allows to copy to clipboard an equation with the current
optimization values.
Added context menu when right-clicking on the 'initial' column header
to change the shown precision of the variables values.
SET( QT_USE_QT3SUPPORT TRUE ) is delete from all CmakeLists.txt and adapting the souces, but "FIND_PACKAGE( Qt4 4.6.3 REQUIRED QtCore QtGui Qt3Support QtSvg QtXml QtScript)" in the root-CMakeLists.txt is unchanged. So Q3*-Header like Q3PtrList will not produce an error.
* main.cpp (main): Using ASCODIR environment variable (if set)
in order to locate the ASCO binary. Otherwise it must be
somewhere in the executable PATH.
* dialogs/simmessage.cpp (startSimulator): Running ASCO
appropriately and evaluating results.
* opt_sim.cpp (createASCOFiles): Moved this function here from
the optimization dialog. Netlist creation fixed. Properties
are saves properly now (translation independent).
* optimizedialog.cpp (OptimizeDialog): Improved and finished
the dialog for now.