head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 project:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2009.07.09.02.51.48;  author yo2dh;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2009.07.09.02.51.48;  author yo2dh;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/sh

# A simple wrapper, around the real constraint solver.

PATH=$PATH:.

REALSOLVER=newsolver


T=/tmp/T$$
I=/tmp/I$$
J=/tmp/J$$
cat - > $I
#time sh -c "setsolver.bin 2>/dev/null >$T <$I"
time $REALSOLVER >$J <$I
#$REALSOLVER >$J <$I
cat $J
#(echo -- diff --;
#diff $T $J;
#echo -- diff --) 1>&2
rm -f $I $J $T
@


1.1.1.1
log
@CVS TEST
@
text
@@
