$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Program_options] Custom <arg>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-04-21 05:37:36
Bo Jensen wrote:
> Ok, if I understand you correct this is a long the lines of your suggestion :
>
> --read-sol arg arg = [somefile].
> Reads a solution file. Supported
> extensions .sol .sol.gz.
>
> This is good enough for me.
I would actually use:
--read-sol arg Solution file. Supported extensions .sol .sol.gz.
- Volodya