]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Adds a command line configuration option that is saved into a map. So that you can...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 15 Dec 2010 07:34:49 +0000 (07:34 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 15 Dec 2010 07:34:49 +0000 (07:34 +0000)
commit147371a7062cf0d74adfc5f25514d959e907f813
tree490dde1262654cafaecf4e3ad95c9899f72ad835
parent97f170ee4032a1868dca9282d878276c03d074cf
Adds a command line configuration option that is saved into a map. So that you can do: --config_va=3 for instance.
This will save va="3" into the config_options map.
I'm intending to use this to allow more options to be controlled from the command line without having the hastle of creating new names for each of them.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1035 e59a4935-1847-0410-ae03-e826735625c1
src/STPManager/UserDefinedFlags.h
src/main/main.cpp
src/to-sat/BitBlaster.cpp
src/to-sat/BitBlaster.h
src/to-sat/ToSAT.cpp